summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2010-11-18ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau3-17/+32
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
2010-11-17ath9k: clean up tx buffer setupFelix Fietkau1-78/+39
2010-11-17ath9k: remove the tx info padding byte abuseFelix Fietkau4-22/+10
2010-11-17ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau3-25/+20
2010-11-17ath9k: remove the unnecessary private xretry tx flagFelix Fietkau3-5/+1
2010-11-17ath9k_hw: Fix low throughput issue with AR93xxSenthil Balasubramanian4-2/+33
2010-11-17ath9k: Fix bug in delimiter padding computationVasanthakumar Thiagarajan1-2/+2
2010-11-17ath9k_hw: Add helper function for interpolationVasanthakumar Thiagarajan1-20/+28
2010-11-17ath9k_hw: Improve power control accuracy for AR9003Vasanthakumar Thiagarajan1-1/+11
2010-11-17ath9k_hw: Enable strong signal detection for AR9003Vasanthakumar Thiagarajan1-0/+79
2010-11-17ath9k_hw: Fix XPABIAS level configuration for AR9003Vasanthakumar Thiagarajan1-6/+8
2010-11-17ath9k_hw: add eeprom templates for ar9003 family chipsetsSenthil Balasubramanian1-2/+2336
2010-11-17ath9k_hw: Fix paprd training frame failure.Senthil Balasubramanian1-4/+4
2010-11-17ath9k_hw: Initialize 2GHz CTL properly.Senthil Balasubramanian1-0/+1
2010-11-17ath9k_hw: Add new member into the eeprom structure.Senthil Balasubramanian2-7/+32
2010-11-17ath9k_hw: Fix a reset failure on AR9382 (2x2).Senthil Balasubramanian2-5/+14
2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann4-22/+16
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau11-197/+109
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-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-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-10ath9k: Remove the median function in rate controlMohammed Shafi Shajakhan1-19/+0
2010-11-10ath9k_hw: optimize all descriptor access functionsFelix Fietkau2-5/+5
2010-11-10ath9k: Convert to new PCI PM frameworkRafael J. Wysocki1-18/+22
2010-11-10ath9k: fix sparse complaint on aphy for debugfsLuis R. Rodriguez1-6/+6