summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ar9170: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-291-0/+19
* ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville2010-07-291-1/+2
* ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez2010-07-281-4/+9
* drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-276-113/+92
* ath9k: remove unused base_index from rate table.Senthil Balasubramanian2010-07-272-161/+160
* ath9k: Fix incorrect user ratekbs of MCS15 ShortGISenthil Balasubramanian2010-07-271-1/+1
* ath9k: Add three stream rate control support for AR938X.Senthil Balasubramanian2010-07-272-225/+366
* ath9k: Introduce bit masks for valid and valid_single_stream.Senthil Balasubramanian2010-07-272-145/+153
* ath9k_hw: simplify noisefloor calibration chainmask calculationFelix Fietkau2010-07-261-18/+1
* ath9k_hw: fix a small typo in the noisefloor calibration debug codeFelix Fietkau2010-07-261-1/+1
* ath9k_hw: fix invalid extension channel noisefloor readings in HT20Felix Fietkau2010-07-263-2/+10
* ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau2010-07-261-8/+8
* ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan2010-07-263-4/+8
* ath5k: snprintf() returns largish valuesDan Carpenter2010-07-261-0/+18
* ath9k: snprintf() returns largish valuesDan Carpenter2010-07-261-0/+9
* ath9k: correct sparse identified endian bug in ath_paprd_calibrateJohn W. Linville2010-07-201-1/+1
* ath9k_hw: Fix AR9003 MPDU delimeter CRC check for middle subframesLuis R. Rodriguez2010-07-161-2/+29
* ath9k_htc: make ath9k_htc_tx_aggr_oper() staticLuis R. Rodriguez2010-07-161-4/+5
* ath5k: clean up rxlink handlingBruno Randolf2010-07-142-5/+3
* ath5k: disable tasklets during resetBob Copeland2010-07-141-6/+14
* ath5k: move reset to mac80211 workqueueBob Copeland2010-07-143-19/+24
* ath9k_hw: remove initvals for hardware which was never soldFelix Fietkau2010-07-142-2027/+0
* ath9k: another fix for the A-MPDU buffer leakFelix Fietkau2010-07-141-4/+15
* drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches2010-07-141-6/+3
* ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan2010-07-142-2/+8
* ath9k: remove unneeded calculation of minimal calibration powerPavel Roskin2010-07-143-14/+4
* ath9k: Fix the LED behaviour in idle unassociated state.Vivek Natarajan2010-07-141-3/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-131-2/+6
|\
| * ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan2010-07-071-2/+6
* | ath9k: merge noisefloor load implementationsFelix Fietkau2010-07-126-181/+114
* | ath9k: validate the TID in the tx status informationFelix Fietkau2010-07-121-0/+8
* | ath9k_hw: report the TID in the tx status on AR5008-AR9002Felix Fietkau2010-07-123-3/+4
* | ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau2010-07-121-1/+3
* | ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau2010-07-121-1/+1
* | ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau2010-07-121-1/+1
* | ath9k_hw: fix antenna diversity on AR9285Felix Fietkau2010-07-125-8/+8
* | ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau2010-07-071-0/+5
* | ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau2010-07-071-26/+26
* | ath9k: fix crash with WEP in ad-hoc modeFelix Fietkau2010-07-021-0/+4
* | ath9k: fix false positives in the baseband hang checkFelix Fietkau2010-07-023-2/+28
* | ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau2010-07-025-96/+31
* | ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau2010-07-028-95/+120
* | ath9k_hw: sync initvals for ar9001 and ar9002 with AtherosFelix Fietkau2010-07-022-113/+117
* | ath9k_hw: reformat the ar5008, ar9001 and ar9002 initvals to match ar9003Felix Fietkau2010-07-023-6957/+6983
* | ath9k_hw: fix a few inconsistencies in initval array namesFelix Fietkau2010-07-023-9/+9
* | ath9k_htc: Add LED support for AR7010Sujith2010-06-304-4/+56
* | ath9k: fix TSF after reset on AR913xFelix Fietkau2010-06-301-2/+14
* | ath9k: make ath9k_hw_keysetmac staticJohn W. Linville2010-06-292-3/+1
* | ath9k: remove unused function ath9k_hw_keyisvalidJohn W. Linville2010-06-292-12/+0
* | ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau2010-06-281-3/+8