summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2010-07-29ar9170: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+19
2010-07-29ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville1-1/+2
2010-07-29ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez1-4/+9
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches6-113/+92
2010-07-27ath9k: remove unused base_index from rate table.Senthil Balasubramanian2-161/+160
2010-07-27ath9k: Fix incorrect user ratekbs of MCS15 ShortGISenthil Balasubramanian1-1/+1
2010-07-27ath9k: Add three stream rate control support for AR938X.Senthil Balasubramanian2-225/+366
2010-07-27ath9k: Introduce bit masks for valid and valid_single_stream.Senthil Balasubramanian2-145/+153
2010-07-26ath9k_hw: simplify noisefloor calibration chainmask calculationFelix Fietkau1-18/+1
2010-07-26ath9k_hw: fix a small typo in the noisefloor calibration debug codeFelix Fietkau1-1/+1
2010-07-26ath9k_hw: fix invalid extension channel noisefloor readings in HT20Felix Fietkau3-2/+10
2010-07-26ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau1-8/+8
2010-07-26ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan3-4/+8
2010-07-26ath5k: snprintf() returns largish valuesDan Carpenter1-0/+18
2010-07-26ath9k: snprintf() returns largish valuesDan Carpenter1-0/+9
2010-07-21ath9k: correct sparse identified endian bug in ath_paprd_calibrateJohn W. Linville1-1/+1
2010-07-16ath9k_hw: Fix AR9003 MPDU delimeter CRC check for middle subframesLuis R. Rodriguez1-2/+29
2010-07-16ath9k_htc: make ath9k_htc_tx_aggr_oper() staticLuis R. Rodriguez1-4/+5
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-07-14ath9k_hw: remove initvals for hardware which was never soldFelix Fietkau2-2027/+0
2010-07-14ath9k: another fix for the A-MPDU buffer leakFelix Fietkau1-4/+15
2010-07-14drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches1-6/+3
2010-07-14ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan2-2/+8
2010-07-14ath9k: remove unneeded calculation of minimal calibration powerPavel Roskin3-14/+4
2010-07-14ath9k: Fix the LED behaviour in idle unassociated state.Vivek Natarajan1-3/+8
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+6
2010-07-13ath9k: merge noisefloor load implementationsFelix Fietkau6-181/+114
2010-07-13ath9k: validate the TID in the tx status informationFelix Fietkau1-0/+8
2010-07-13ath9k_hw: report the TID in the tx status on AR5008-AR9002Felix Fietkau3-3/+4
2010-07-13ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau1-1/+3
2010-07-13ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau1-1/+1
2010-07-13ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-07-13ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-07-07ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau1-0/+5
2010-07-07ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau1-26/+26
2010-07-07ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan1-2/+6
2010-07-02ath9k: fix crash with WEP in ad-hoc modeFelix Fietkau1-0/+4
2010-07-02ath9k: fix false positives in the baseband hang checkFelix Fietkau3-2/+28
2010-07-02ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau5-96/+31
2010-07-02ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau8-95/+120
2010-07-02ath9k_hw: sync initvals for ar9001 and ar9002 with AtherosFelix Fietkau2-113/+117
2010-07-02ath9k_hw: reformat the ar5008, ar9001 and ar9002 initvals to match ar9003Felix Fietkau3-6957/+6983
2010-07-02ath9k_hw: fix a few inconsistencies in initval array namesFelix Fietkau3-9/+9
2010-06-30ath9k_htc: Add LED support for AR7010Sujith4-4/+56
2010-06-30ath9k: fix TSF after reset on AR913xFelix Fietkau1-2/+14
2010-06-29ath9k: make ath9k_hw_keysetmac staticJohn W. Linville2-3/+1
2010-06-29ath9k: remove unused function ath9k_hw_keyisvalidJohn W. Linville2-12/+0
2010-06-28ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau1-3/+8