summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)AuthorFilesLines
2010-04-16ath5k/ath9k: Fix 64 bits TSF readsBenoit Papillault1-2/+29
2010-04-14ath5k: treat RXORN as non-fatalBruno Randolf2-1/+15
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf3-6/+5
2010-04-09ath5k: fixup some merge damage for AR5211 IQ calibrationJohn W. Linville1-1/+4
2010-04-08ath5k: add bounds check to pdadc tableBob Copeland1-1/+1
2010-04-08ath5k: fix race condition in tx desc processingBob Copeland1-0/+11
2010-04-08ath5k: clean up queue manipulationBob Copeland1-2/+1
2010-04-08ath5k: correct channel setting for 2.5 mhz spacingBob Copeland1-4/+4
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-35/+36
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf12-16/+1083
2010-03-31ath5k: add capability flag for phyerror countersBruno Randolf2-0/+8
2010-03-31ath5k: update phy errors codesBruno Randolf4-9/+37
2010-03-31ath5k: simplify MIB countersBruno Randolf4-39/+32
2010-03-31ath5k: initialize default noise floorBruno Randolf1-0/+1
2010-03-31ath5k: keep beacon RSSI averageBruno Randolf2-0/+56
2010-03-31ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf3-15/+14
2010-03-31ath5k: optimize ath5k_hw_calibration_pollBruno Randolf2-15/+7
2010-03-31ath5k: remove the use of SWI interruptBruno Randolf3-16/+10
2010-03-31ath5k: remove static calibration interval variableBruno Randolf3-8/+2
2010-03-15ath5k: remove unused beacon timer codeJohn W. Linville2-225/+0
2010-03-15ath5k: remove dead source in ath5k_combine_linear_pcdac_curvesJohn W. Linville1-13/+0
2010-03-15ath5k: remove some dead functionsJohn W. Linville3-113/+0
2010-03-11ath5k: fixing retries in ath5k_hw_setup_4word_tx_descAndrew Blaich2-2/+1
2010-03-11ath5k: Minor EEPROM documentation updatesBruno Randolf3-23/+68
2010-03-11ath5k: IQ calibration for AR5211 is slightly differentBruno Randolf1-2/+9
2010-03-11ath5k: add debugfs file frameerrorsBruno Randolf4-2/+140
2010-03-11ath5k: remove ah_gpio_npinsBruno Randolf2-5/+0
2010-03-11ath5k: remove ah_mac_revisionBruno Randolf2-2/+0
2010-03-11ath5k: remove ah_magicBruno Randolf3-10/+0
2010-03-11ath5k: remove double opmode definitionBruno Randolf5-21/+15
2010-03-11ath5k: preserve antenna settingsBruno Randolf3-1/+3
2010-03-11ath5k: add antenna statistics and debugfs file for antenna settingsBruno Randolf4-0/+126
2010-03-11ath5k: Fix TX/RX padding for all framesBenoit Papillault3-36/+88
2010-03-11ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf2-8/+11
2010-03-11ath5k: fix I/Q calibration (for real)Bruno Randolf2-18/+20
2010-03-11ath5k: fix TSF resetBruno Randolf1-4/+3
2010-03-11ath5k: use fixed antenna for tx descriptorsBruno Randolf1-2/+2
2010-03-09ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin3-31/+23
2010-03-09ath5k: remove useless "extern" from function declarationsPavel Roskin1-86/+95
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin6-38/+21
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-21/+25
2010-02-11ath5k: use correct packet type when transmittingBob Copeland2-2/+25
2010-02-09ath5k: remove get_tx_stats() mac80211 opKalle Valo2-19/+0
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-8/+28
2010-01-27ath5k: adding LED support for AR5BXB63 cardsLuca Verdesca1-0/+2
2010-01-23ath5k: fix setup for CAB queueBob Copeland3-6/+23
2010-01-23ath5k: dont use external sleep clock in AP modeBob Copeland1-2/+3
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-41/+195
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek4-0/+85
2010-01-12ath5k: Reimplement clock rate to usec conversionLukáš Turek4-33/+62