summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf1-3/+4
2010-06-16ath5k: move checks and stats into new functionBruno Randolf1-60/+70
2010-06-16ath5k: split descriptor handling and frame receiveBruno Randolf1-71/+78
2010-06-16ath5k: unify rx descriptor error handlingBruno Randolf1-2/+1
2010-06-16ath5k: reset more pointers after we free skbsBruno Randolf1-0/+7
2010-06-16ath5k: print more errors when decriptor setup failsBruno Randolf1-1/+3
2010-06-16ath5k: fix some comment typosBruno Randolf1-3/+3
2010-06-16ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf1-8/+9
2010-06-16ath5k: more debug prints for resetsBruno Randolf1-3/+11
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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-03ath5k: add sysfs files for ANI parametersBruno Randolf1-0/+3
2010-06-03ath5k: use ath5k_softc as driver dataBruno Randolf1-9/+6
2010-06-03ath5k: run NF calibration only every 60 secondsBruno Randolf1-7/+11
2010-06-03ath5k: Stop queues only for NF calibrationBruno Randolf1-5/+6
2010-06-03ath5k: move noise floor calibration into taskletBruno Randolf1-0/+1
2010-06-03ath5k: 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/linvil...John W. Linville1-6/+6
2010-05-11ath5k: drop warning on jumbo framesLuis R. Rodriguez1-6/+6
2010-05-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+2
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+1
2010-04-29ath5k: 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-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-04net: 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 imp...Tejun Heo1-0/+1
2010-03-11ath5k: add debugfs file frameerrorsBruno Randolf1-2/+21
2010-03-11ath5k: remove double opmode definitionBruno Randolf1-3/+4
2010-03-11ath5k: preserve antenna settingsBruno Randolf1-1/+1
2010-03-11ath5k: add antenna statistics and debugfs file for antenna settingsBruno Randolf1-0/+11
2010-03-11ath5k: 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-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-19/+25
2010-02-11ath5k: use correct packet type when transmittingBob Copeland1-1/+25