summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/attach.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-30ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis1-1/+1
2010-10-27ath5k: Fix double free on hw attach error pathJones Desougi1-9/+8
2010-09-28ath5k: Remove unused variable for atim windowBruno Randolf1-1/+0
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf1-2/+0
2010-09-21ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf1-2/+1
2010-09-16ath5k: Use common crypt capabilities flagsBruno Randolf1-4/+6
2010-09-16ath5k: Use common ath key management functionsBruno Randolf1-0/+3
2010-08-24ath5k: clean up some commentsBob Copeland1-3/+3
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis1-1/+1
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland1-0/+1
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf1-0/+1
2010-03-31ath5k: initialize default noise floorBruno Randolf1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-10ath5k: remove ah_mac_revisionBruno Randolf1-1/+0
2010-03-10ath5k: remove double opmode definitionBruno Randolf1-2/+1
2010-03-10ath5k: preserve antenna settingsBruno Randolf1-0/+1
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland1-0/+2
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez1-1/+1
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez1-1/+1
2009-10-07ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez1-19/+4
2009-10-07ath5k: initialize eeprom struct early on attachLuis R. Rodriguez1-3/+2
2009-10-07ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez1-2/+5
2009-10-07ath: move ath_bcast_mac to common headerLuis R. Rodriguez1-1/+1
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin1-5/+9
2009-08-28ath5k: clarify srev comparison for CCMP checkBob Copeland1-5/+2
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland1-0/+10
2009-08-14ath5k: Preserve pcicfg bits during attachNick Kossifidis1-1/+1
2009-08-14ath5k: Wakeup fixesNick Kossifidis1-1/+1
2009-08-14ath5k: Check EEPROM before tweaking SERDESNick Kossifidis1-22/+34
2009-07-10ath5k: enable hardware LEDsBob Copeland1-0/+3
2009-05-06ath5k: Implement antenna controlNick Kossifidis1-1/+0
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-0/+348