summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-197/+209
2010-12-02ath9k_htc: Remove unused structuresSujith Manoharan1-19/+0
2010-12-02wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches1-8/+5
2010-12-02ath9k: hif_usb: Reduce indent 1 columnJoe Perches1-53/+53
2010-12-02ath9k: Move debugfs under ieee80211/[phyname]/ath9k/Ben Greear3-69/+12
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: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan9-5/+45
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2-3/+4
2010-11-29ath9k: fix software retry counter trackingFelix Fietkau1-2/+2
2010-11-29Revert "ath9k_htc: Handle monitor mode properly for HTC devices"Rajkumar Manoharan1-5/+59
2010-11-29ath9k: Remove code which enables btcoex based on subsys idVasanthakumar Thiagarajan2-24/+0
2010-11-29ath9k: Reintroduce modparam to enable btcoexVasanthakumar Thiagarajan2-2/+6
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-25ath9k_hw: remove ath9k_hw_stoppcurecvFelix Fietkau2-9/+0
2010-11-25ath9k_htc: Identify devices using driver_infoRajkumar Manoharan6-55/+37
2010-11-25ath9k_hw: Fix eeprom offset for AR9287 devices (PCI/USB)Rajkumar Manoharan2-7/+3
2010-11-25ath9k_htc: Add driver_info in usb device listRajkumar Manoharan1-5/+15
2010-11-25ath9k: avoid aggregation for VO trafficLuis R. Rodriguez1-1/+2
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-32/+85
2010-11-22ath9k_htc: fix eeprom accessFelix Fietkau1-0/+1
2010-11-22ath9k_hw: fix A-MPDU key search issues on AR9003Felix Fietkau2-0/+5
2010-11-22ath9k: Use static constJoe Perches13-64/+74
2010-11-22ath9k: fix recursive locking in the tx flush pathFelix Fietkau1-0/+2
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau1-1/+1
2010-11-18ath9k_hw: support reading calibration data from flash on AR9003Felix Fietkau1-0/+15
2010-11-18ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau3-17/+32
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan1-1/+1
2010-11-18ath9k_hw: add support for reading EEPROM data from the internal OTP ROMFelix Fietkau2-6/+93
2010-11-18ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2-109/+109
2010-11-18ath9k: more tx setup cleanupsFelix Fietkau2-74/+59
2010-11-18ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau1-0/+3
2010-11-18ath9k: clean up code duplication around ath_tx_startFelix Fietkau4-73/+39
2010-11-18ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2-15/+9
2010-11-18ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2-27/+38
2010-11-18ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2-52/+47
2010-11-18ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2-20/+18
2010-11-18ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2-8/+8
2010-11-18ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau3-7/+4
2010-11-18ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau2-6/+5
2010-11-18ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau2-14/+13
2010-11-18ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau2-18/+28
2010-11-18ath9k: fix PA predistortion training frame setupFelix Fietkau1-3/+3
2010-11-18ath9k_hw: set default values for radar pulse detectionFelix Fietkau3-0/+32
2010-11-17ath9k_htc: Use macro for caldata array sizeMohammed Shafi Shajakhan1-1/+1
2010-11-17ath9k_hw: add a private op for configuring radar pulse detectionFelix Fietkau3-0/+100