aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-26ath5k: snprintf() returns largish valuesDan Carpenter1-0/+18
2010-07-14ath5k: clean up rxlink handlingBruno Randolf2-5/+3
2010-07-14ath5k: disable tasklets during resetBob Copeland1-6/+14
2010-07-14ath5k: move reset to mac80211 workqueueBob Copeland3-19/+24
2010-06-28ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413Bruno Randolf1-1/+1
2010-06-25Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre1-0/+1
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland1-0/+1
2010-06-16ath5k: report PHY error frames only for chips which need itBruno Randolf1-1/+2
2010-06-16ath5k: review RX descriptor functionsBruno Randolf1-14/+20
2010-06-16ath5k: take descriptor differences between 5210 and 5211 into accountBruno Randolf2-10/+25
2010-06-16ath5k: update 5210/5211 frame typesBruno Randolf2-6/+8
2010-06-16ath5k: review and add comments for descriptorsBruno Randolf2-154/+144
2010-06-16ath5k: remove pointless rx error overlay structBruno Randolf3-29/+9
2010-06-16ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()Bruno Randolf1-5/+5
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf3-38/+20
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 rx descriptor debuggingBruno Randolf1-2/+2
2010-06-16ath5k: fix some comment typosBruno Randolf2-4/+4
2010-06-16ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf1-8/+9
2010-06-16ath5k: more debug prints for resetsBruno Randolf2-3/+12
2010-06-08ath5k: add debugfs file for queue debuggingBruno Randolf2-0/+67
2010-06-08ath5k: no need to save/restore the default antennaBruno Randolf1-7/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf4-27/+46
2010-06-08ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masksBruno Randolf1-2/+2
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-19/+17
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
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: print error message if ANI levels are out of rangeBruno Randolf1-6/+5
2010-06-02ath5k: always calculate ANI listen timeBruno Randolf1-4/+5
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf5-1/+123
2010-06-02ath5k: use ath5k_softc as driver dataBruno Randolf1-9/+6
2010-06-02ath5k: clarify logic when to enable spur mitigation filterBruno Randolf1-10/+5
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf12-99/+0
2010-06-02ath5k: run NF calibration only every 60 secondsBruno Randolf2-7/+13
2010-06-02ath5k: Stop queues only for NF calibrationBruno Randolf1-5/+6
2010-06-02ath5k: move noise floor calibration into taskletBruno Randolf3-23/+12
2010-06-02ath5k: initialize calibration timersBruno Randolf1-0/+2
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
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 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-6/+6
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-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-05-11ath5k: drop warning on jumbo framesLuis R. Rodriguez1-6/+6
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+3