summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: fix eeprom accessFelix Fietkau2010-11-221-0/+1
* ath9k_hw: fix A-MPDU key search issues on AR9003Felix Fietkau2010-11-222-0/+5
* ath9k: Use static constJoe Perches2010-11-2213-64/+74
* ath9k: fix recursive locking in the tx flush pathFelix Fietkau2010-11-221-0/+2
* ath9k_hw: support reading calibration data from flash on AR9003Felix Fietkau2010-11-181-0/+15
* ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau2010-11-183-17/+32
* ath9k_hw: add support for reading EEPROM data from the internal OTP ROMFelix Fietkau2010-11-172-6/+93
* ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2010-11-172-109/+109
* ath9k: more tx setup cleanupsFelix Fietkau2010-11-172-74/+59
* ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau2010-11-171-0/+3
* ath9k: clean up code duplication around ath_tx_startFelix Fietkau2010-11-174-73/+39
* ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2010-11-172-15/+9
* ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2010-11-172-27/+38
* ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2010-11-172-52/+47
* ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2010-11-172-20/+18
* ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2010-11-172-8/+8
* ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau2010-11-173-7/+4
* ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau2010-11-172-6/+5
* ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau2010-11-172-14/+13
* ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau2010-11-172-18/+28
* ath9k: fix PA predistortion training frame setupFelix Fietkau2010-11-171-3/+3
* ath9k_hw: set default values for radar pulse detectionFelix Fietkau2010-11-173-0/+32
* ath9k_htc: Use macro for caldata array sizeMohammed Shafi Shajakhan2010-11-161-1/+1
* ath9k_hw: add a private op for configuring radar pulse detectionFelix Fietkau2010-11-163-0/+100
* ath9k: clean up tx buffer setupFelix Fietkau2010-11-161-78/+39
* ath9k: remove the tx info padding byte abuseFelix Fietkau2010-11-164-22/+10
* ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau2010-11-163-25/+20
* ath9k: remove the unnecessary private xretry tx flagFelix Fietkau2010-11-163-5/+1
* ath9k_hw: Fix low throughput issue with AR93xxSenthil Balasubramanian2010-11-164-2/+33
* ath9k: Fix bug in delimiter padding computationVasanthakumar Thiagarajan2010-11-161-2/+2
* ath9k_hw: Add helper function for interpolationVasanthakumar Thiagarajan2010-11-161-20/+28
* ath9k_hw: Improve power control accuracy for AR9003Vasanthakumar Thiagarajan2010-11-161-1/+11
* ath9k_hw: Enable strong signal detection for AR9003Vasanthakumar Thiagarajan2010-11-161-0/+79
* ath9k_hw: Fix XPABIAS level configuration for AR9003Vasanthakumar Thiagarajan2010-11-161-6/+8
* ath9k_hw: add eeprom templates for ar9003 family chipsetsSenthil Balasubramanian2010-11-161-2/+2336
* ath9k_hw: Fix paprd training frame failure.Senthil Balasubramanian2010-11-161-4/+4
* ath9k_hw: Initialize 2GHz CTL properly.Senthil Balasubramanian2010-11-161-0/+1
* ath9k_hw: Add new member into the eeprom structure.Senthil Balasubramanian2010-11-162-7/+32
* ath9k_hw: Fix a reset failure on AR9382 (2x2).Senthil Balasubramanian2010-11-162-5/+14
* bitops: Provide generic sign_extend32 functionAndreas Herrmann2010-11-154-22/+16
* ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau2010-11-1511-197/+109
* ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez2010-11-152-28/+26
* ath9k: move the PCU lock to the sc structureLuis R. Rodriguez2010-11-154-25/+25
* ath9k: simplify hw reset lockingLuis R. Rodriguez2010-11-154-20/+8
* ath9k: Properly assign boolean typesMohammed Shafi Shajakhan2010-11-151-7/+5
* ath9k_htc: Handle monitor mode properly for HTC devicesRajkumar Manoharan2010-11-151-59/+5
* ath9k_hw: fix potential spurious tx error bit interpretationFelix Fietkau2010-11-151-7/+9
* ath9k: add a debug warning when we cannot stop RXLuis R. Rodriguez2010-11-151-0/+2
* ath9k: initialize per-channel tx power limits instead of hardcoding themFelix Fietkau2010-11-154-12/+45
* ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau2010-11-1511-58/+79
OpenPOWER on IntegriCloud