summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2010-12-08ath9k_htc: Fix suspend/resumeSujith Manoharan4-2/+18
2010-12-07ath9k: fix beacon resource related race conditionRajkumar Manoharan1-14/+7
2010-12-07ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2-3/+9
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau3-19/+10
2010-12-07ath9k: fix bug in tx powerMatteo Croce1-4/+8
2010-12-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville2-4/+3
2010-12-02ath9k_hw: fix more bitfield related endian issuesFelix Fietkau2-9/+16
2010-12-02ath9k_hw: fix endian issues with CTLs on AR9003Felix Fietkau4-54/+47
2010-12-02ath9k: Fix bug in reading input gpio state for ar9003Vasanthakumar Thiagarajan2-3/+6
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2-3/+4
2010-11-29ath9k: Disable SWBA interrupt on remove_interfaceRajkumar Manoharan1-1/+10
2010-11-29ath9k/carl9170: advertise P2PJohannes Berg1-0/+2
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos3-9/+7
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau1-1/+1
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan1-1/+1
2010-11-16ath9k_hw: Set proper eeprom offset for AR9287 HTC devicesRajkumar Manoharan2-1/+5
2010-11-16ath9k_htc: Add new devices into AR7010Rajkumar Manoharan3-1/+9
2010-11-16ath9k_htc: Update usb device ID listRajkumar Manoharan1-0/+5
2010-11-16ath9k: Remove pm_qos request after hw unregister.Vivek Natarajan1-2/+1
2010-11-09ath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failureRajkumar Manoharan1-0/+1
2010-11-09ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabledRajkumar Manoharan1-16/+14
2010-11-09ath9k_htc: Add support for device ID 3346Haitao Zhang1-0/+1
2010-11-09ath9k_hw: Fix AR9280 surprise removal during frequent idle on/offVasanthakumar Thiagarajan2-0/+4
2010-11-09ath9k: check old power mode before clearing cycle countersFelix Fietkau1-4/+8
2010-11-09ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan3-0/+14
2010-11-09ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan4-8/+23
2010-10-29ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan1-1/+1
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-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-25ath9k: Properly initialize ath_common->cc_lock.Ben Greear1-0/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds54-4205/+2170
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-14/+28
2010-10-15ath9k: Null out references to stale pointers.Ben Greear3-0/+16
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear4-20/+12
2010-10-15ath9k_hw: remove AR9003 2.0 supportLuis R. Rodriguez3-1923/+26
2010-10-15ath9k_htc: set probe request rx filterRajkumar Manoharan2-2/+2
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau5-89/+25
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau3-53/+8
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau4-116/+124
2010-10-15ath9k: add missing locking around ath9k_hw_proc_mib_eventFelix Fietkau1-0/+2
2010-10-15ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau1-1/+1