summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/atmel.c
Commit message (Expand)AuthorAgeFilesLines
* atmel: printing bogus informationDan Carpenter2013-05-221-1/+1
* wireless: single_open() leaksAl Viro2013-05-051-1/+1
* atmel: Don't use create_proc_read_entry()David Howells2013-04-291-38/+31
* treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* wireless: Remove casts to same typeJoe Perches2012-06-061-2/+2
* wireless, atmel: remove pointless test for NULL before release_firmware() callJesper Juhl2012-04-121-2/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+2
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* atmel: Use static constJoe Perches2010-11-221-2/+4
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* atmel: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+16
* trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-1/+1
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* atmel: fix netdev ops conversionJohannes Berg2009-04-211-1/+0
* atmel: convert to net_device_opsStephen Hemminger2009-03-211-7/+13
* atmel: checkpatch.pl cleanupsJohn Daiker2009-03-161-201/+242
* wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy2009-01-291-12/+8
* trivial: Fix misspelling of "firmware" in atmel.cNick Andrew2009-01-061-1/+1
* drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder2008-12-261-1/+1
* don't use net/ieee80211.hJohannes Berg2008-11-101-35/+35
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* wireless: Read scan flags correctly on x86-64David Kilroy2008-09-241-1/+1
* atmel: try open system authentication tooDan Williams2008-08-261-1/+9
* atmel: return ENOENT on request_firmware failureDan Williams2008-08-261-19/+22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-3/+3
|\
| * atmel: treat firmware data as constDavid Woodhouse2008-07-101-3/+3
* | wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-6/+18
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-1/+1
|\|
| * byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison2008-05-161-1/+1
* | atmel: use netstats in net_device structurePaulius Zaleckas2008-05-141-28/+18
|/
* drivers/net/wireless/atmel.c: Use time_* macrosS.Çağlar Onur2008-02-291-2/+3
* misc wireless annotationsAl Viro2008-01-281-15/+15
* wireless: checkpatch cleanupsJeff Garzik2008-01-281-2/+1
* wireless: fix '!x & y' typo'sRoel Kluin2008-01-281-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-4/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] atmel: output signal strength informationHolden Karau2006-12-021-0/+8
* [PATCH] atmel: whitespace cleanupDmitry Torokhov2006-12-021-3/+3
* [PATCH] atmel: use ARRAY_SIZE()Dmitry Torokhov2006-12-021-10/+10
* [PATCH] atmel: save on array initializationDmitry Torokhov2006-12-021-1/+1
* [PATCH] wireless: More WE-21 potential overflows...Jean Tourrilhes2006-10-161-2/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1