summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2010-11-15carl9170: configurable beacon ratesChristian Lamparter1-20/+32
2010-11-15carl9170: stop stale uplink BA sessionsChristian Lamparter1-0/+54
2010-11-15carl9170: fix spurious restart due to high latencyChristian Lamparter3-2/+20
2010-11-15carl9170: initialize HW aMPDU parameters properlyChristian Lamparter1-2/+2
2010-11-15carl9170: import hw/fw header updatesChristian Lamparter4-20/+30
2010-11-15ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez2-28/+26
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez4-25/+25
2010-11-15ath9k: simplify hw reset lockingLuis R. Rodriguez4-20/+8
2010-11-15ath9k: Properly assign boolean typesMohammed Shafi Shajakhan1-7/+5
2010-11-15ath9k_htc: Handle monitor mode properly for HTC devicesRajkumar Manoharan1-59/+5
2010-11-15carl9170: fix typosHauke Mehrtens2-2/+2
2010-11-15ath9k_hw: fix potential spurious tx error bit interpretationFelix Fietkau1-7/+9
2010-11-15ath9k: add a debug warning when we cannot stop RXLuis R. Rodriguez1-0/+2
2010-11-15ath: add a ATH_DBG_WARN()Luis R. Rodriguez1-0/+2
2010-11-15ath5k: make ath5k_update_bssid_mask_and_opmode() staticLuis R. Rodriguez1-2/+2
2010-11-15ath: make ath_hw_set_keycache_entry() staticLuis R. Rodriguez1-3/+3
2010-11-15ath: make ath_hw_keysetmac() staticLuis R. Rodriguez1-1/+2
2010-11-15ath9k: initialize per-channel tx power limits instead of hardcoding themFelix Fietkau4-12/+45
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau11-58/+79
2010-11-15ath9k_hw: initialize regulatory->max_power_level in set_txpower for AR9003Felix Fietkau1-0/+2
2010-11-09ath5k: Add channel time to survey dataBruno Randolf1-1/+19
2010-11-09ath5k: Optimize descriptor alignmentBruno Randolf1-9/+9
2010-11-09ath9k: Remove the median function in rate controlMohammed Shafi Shajakhan1-19/+0
2010-11-09ath9k_hw: optimize all descriptor access functionsFelix Fietkau2-5/+5
2010-11-09ath9k: Convert to new PCI PM frameworkRafael J. Wysocki1-18/+22
2010-11-09ath9k: fix sparse complaint on aphy for debugfsLuis R. Rodriguez1-6/+6
2010-11-09ath9k_hw: make ath9k_hw_gettsf32 staticFelix Fietkau2-3/+1
2010-11-09ath9k: remove a redundant call to ath9k_hw_gettsf32Felix Fietkau1-4/+2
2010-11-09ath9k: optimize/fix ANI RSSI processingFelix Fietkau5-29/+20
2010-11-09ath9k_hw: optimize tx status descriptor processingFelix Fietkau3-81/+72
2010-11-09ath9k_hw: small optimization in ar9002_hw_get_isrFelix Fietkau1-21/+11
2010-11-09ath9k_hw: optimize interrupt mask changesFelix Fietkau5-52/+68
2010-10-29ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan1-1/+1
2010-10-27ath5k: Fix double free on hw attach error pathJones Desougi1-9/+8
2010-10-27ath9k_htc: Set proper firmware offset for Netgear WNDA3200Rajkumar Manoharan1-2/+8
2010-10-27ath9k: fix tx aggregation flush on AR9003Felix Fietkau1-9/+9
2010-10-27ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez2-2/+27
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez3-6/+6
2010-10-27ath9k: add locking for starting the PCU on RXLuis R. Rodriguez1-3/+4
2010-10-27ath9k: add locking for stopping RXLuis R. Rodriguez1-2/+2
2010-10-25ath9k: resume aggregation immediately after a hardware resetFelix Fietkau3-4/+4
2010-10-25carl9170: fix scheduling while atomicChristian Lamparter1-1/+1
2010-10-25ath9k: fix handling of rate control probe framesFelix Fietkau1-0/+6
2010-10-25ath9k: fix crash in ath_update_survey_statsFelix Fietkau1-0/+3
2010-10-25ath9k_hw: Fix divide by zero cases in paprd.Senthil Balasubramanian1-5/+9
2010-10-25ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2Luis R. Rodriguez1-56/+135
2010-10-25carl9170: fix memory leak issue in async cmd macro wrappersChristian Lamparter1-23/+28
2010-10-25carl9170: fix async command buffer leakChristian Lamparter1-6/+19
2010-10-25ath5k: Properly initialize ath_common->cc_lock.Ben Greear1-0/+1
2010-10-25ath9k: Properly initialize ath_common->cc_lock.Ben Greear1-0/+1