summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)Author
2010-08-30ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville
2010-08-13ath5k: disable ASPM L0s for all cardsMaxim Levitsky
2010-07-14ath5k: clean up rxlink handlingBruno Randolf
2010-07-14ath5k: disable tasklets during resetBob Copeland
2010-07-14ath5k: move reset to mac80211 workqueueBob Copeland
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf
2010-06-16ath5k: move checks and stats into new functionBruno Randolf
2010-06-16ath5k: split descriptor handling and frame receiveBruno Randolf
2010-06-16ath5k: unify rx descriptor error handlingBruno Randolf
2010-06-16ath5k: reset more pointers after we free skbsBruno Randolf
2010-06-16ath5k: print more errors when decriptor setup failsBruno Randolf
2010-06-16ath5k: fix some comment typosBruno Randolf
2010-06-16ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf
2010-06-16ath5k: more debug prints for resetsBruno Randolf
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-06-04ath5k: retain promiscuous settingBob Copeland
2010-06-04ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf
2010-06-02ath5k: use ath5k_softc as driver dataBruno Randolf
2010-06-02ath5k: run NF calibration only every 60 secondsBruno Randolf
2010-06-02ath5k: Stop queues only for NF calibrationBruno Randolf
2010-06-02ath5k: move noise floor calibration into taskletBruno Randolf
2010-06-02ath5k: initialize calibration timersBruno Randolf
2010-06-01ath5k: wake queues on resetBruno Randolf
2010-05-24ath5k: consistently use rx_bufsize for RX DMABruno Randolf
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-05-11ath5k: drop warning on jumbo framesLuis R. Rodriguez
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville
2010-04-28ath5k: remove usage of deprecated noise valueJohn W. Linville
2010-04-23Merge branch 'master' into for-davemJohn W. Linville
2010-04-20ath5k: basic support for surveyHolger Schurig
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-14ath5k: treat RXORN as non-fatalBruno Randolf
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-08ath5k: fix race condition in tx desc processingBob Copeland
2010-04-08ath5k: clean up queue manipulationBob Copeland
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-31ath5k: update phy errors codesBruno Randolf
2010-03-31ath5k: simplify MIB countersBruno Randolf
2010-03-31ath5k: keep beacon RSSI averageBruno Randolf
2010-03-31ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf
2010-03-31ath5k: remove the use of SWI interruptBruno Randolf
2010-03-31ath5k: remove static calibration interval variableBruno Randolf
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10ath5k: add debugfs file frameerrorsBruno Randolf
2010-03-10ath5k: remove double opmode definitionBruno Randolf
2010-03-10ath5k: preserve antenna settingsBruno Randolf