aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-19/+10
2010-06-04ath5k: retain promiscuous settingBob Copeland1-1/+3
2010-06-04ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel1-4/+4
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf1-0/+3
2010-06-02ath5k: use ath5k_softc as driver dataBruno Randolf1-9/+6
2010-06-02ath5k: run NF calibration only every 60 secondsBruno Randolf1-7/+11
2010-06-02ath5k: Stop queues only for NF calibrationBruno Randolf1-5/+6
2010-06-02ath5k: move noise floor calibration into taskletBruno Randolf1-0/+1
2010-06-02ath5k: initialize calibration timersBruno Randolf1-0/+2
2010-06-01ath5k: wake queues on resetBruno Randolf1-14/+3
2010-05-24ath5k: consistently use rx_bufsize for RX DMABruno Randolf1-3/+4
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-6/+6
2010-05-11ath5k: drop warning on jumbo framesLuis R. Rodriguez1-6/+6
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+2
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+1
2010-04-28ath5k: remove usage of deprecated noise valueJohn W. Linville1-2/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-0/+19
2010-04-20ath5k: basic support for surveyHolger Schurig1-0/+19
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-27/+102
2010-04-14ath5k: treat RXORN as non-fatalBruno Randolf1-1/+14
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf1-2/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+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-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf1-2/+30
2010-04-03net: convert multicast list to list_headJiri Pirko1-10/+7
2010-03-31ath5k: update phy errors codesBruno Randolf1-0/+2
2010-03-31ath5k: simplify MIB countersBruno Randolf1-9/+7
2010-03-31ath5k: keep beacon RSSI averageBruno Randolf1-0/+21
2010-03-31ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf1-1/+14
2010-03-31ath5k: remove the use of SWI interruptBruno Randolf1-8/+3
2010-03-31ath5k: remove static calibration interval variableBruno Randolf1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10ath5k: add debugfs file frameerrorsBruno Randolf1-2/+21
2010-03-10ath5k: remove double opmode definitionBruno Randolf1-3/+4
2010-03-10ath5k: preserve antenna settingsBruno Randolf1-1/+1
2010-03-10ath5k: add antenna statistics and debugfs file for antenna settingsBruno Randolf1-0/+11
2010-03-10ath5k: Fix TX/RX padding for all framesBenoit Papillault1-25/+80
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin1-1/+1
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-19/+25
2010-02-10ath5k: use correct packet type when transmittingBob Copeland1-1/+25
2010-02-08ath5k: remove get_tx_stats() mac80211 opKalle Valo1-18/+0
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+19
2010-01-22ath5k: fix setup for CAB queueBob Copeland1-3/+19
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+22
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek1-0/+22
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-15/+3
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-9/+9
2009-12-28wireless: remove remaining qual codeJohannes Berg1-11/+0