aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2009-11-11atmel: declare MODULE_FIRMWAREBen Hutchings1-0/+16
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-21atmel: fix netdev ops conversionJohannes Berg1-1/+0
2009-03-21atmel: convert to net_device_opsStephen Hemminger1-7/+13
2009-03-16atmel: checkpatch.pl cleanupsJohn Daiker1-201/+242
2009-01-29wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy1-12/+8
2009-01-06trivial: Fix misspelling of "firmware" in atmel.cNick Andrew1-1/+1
2008-12-26drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder1-1/+1
2008-11-10don't use net/ieee80211.hJohannes Berg1-35/+35
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy1-1/+1
2008-08-26atmel: try open system authentication tooDan Williams1-1/+9
2008-08-26atmel: return ENOENT on request_firmware failureDan Williams1-19/+22
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+3
2008-07-10atmel: treat firmware data as constDavid Woodhouse1-3/+3
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-6/+18
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-05-16byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison1-1/+1
2008-05-14atmel: use netstats in net_device structurePaulius Zaleckas1-28/+18
2008-02-29drivers/net/wireless/atmel.c: Use time_* macrosS.Çağlar Onur1-2/+3
2008-01-28misc wireless annotationsAl Viro1-15/+15
2008-01-28wireless: checkpatch cleanupsJeff Garzik1-2/+1
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-02[PATCH] atmel: output signal strength informationHolden Karau1-0/+8
2006-12-02[PATCH] atmel: whitespace cleanupDmitry Torokhov1-3/+3
2006-12-02[PATCH] atmel: use ARRAY_SIZE()Dmitry Torokhov1-10/+10
2006-12-02[PATCH] atmel: save on array initializationDmitry Torokhov1-1/+1
2006-10-16[PATCH] wireless: More WE-21 potential overflows...Jean Tourrilhes1-2/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[PATCH] WE-21 for atmelJean Tourrilhes1-9/+9
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-19[PATCH] wireless/atmel: send WEXT scan completion eventsDan Williams1-0/+11
2006-02-17[PATCH] wireless/atmel: convert constants to ieee80211 layer equivalentsDan Williams1-74/+36
2006-02-17[PATCH] wireless/atmel: fix Open System authentication process bugsDan Williams1-10/+27
2006-02-17[PATCH] wireless/atmel: fix setting TX key only in ENCODEEXTDan Williams1-29/+32
2006-01-16[PATCH] drivers/net/wireless: correct reported ssid lengthsDan Williams1-2/+2
2006-01-12[PATCH] wireless/atmel: add IWENCODEEXT, IWAUTH, and association event supportDan Williams1-4/+223
2005-11-16[PATCH] atmel: audit return code of create_proc_read_entryChristophe Lucas1-1/+4
2005-11-16[PATCH] atmel: CodingStyle cleanupCarlo Perassi1-728/+759