summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ar9003_phy.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14ath9k: Rename AR9480 into AR9462Rajkumar Manoharan1-5/+5
2011-10-14ath9k_hw: Cleanup Tx calibrations for AR9003 chipsRajkumar Manoharan1-0/+13
2011-10-14ath9k_hw: Improve fast channel change for AR9003 chipsRajkumar Manoharan1-0/+69
2011-10-12ath9k_hw: clean up tx power handlingFelix Fietkau1-10/+1
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-1/+1
2011-09-19ath9k_hw: fix setting the hardware diversity flagFelix Fietkau1-11/+3
2011-09-17ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian1-0/+10
2011-08-29ath9k_hw: Fix init mode register regressionRajkumar Manoharan1-1/+1
2011-08-24ath9k_hw: Disable Walsh spatial spreading for 2 chainsRajkumar Manoharan1-1/+1
2011-08-24ath9k_hw: Remove unnecessary chainmask configurationRajkumar Manoharan1-1/+1
2011-08-09ath9k_hw: Fix incorrect spur_freq_sd for AR9003Rajkumar Manoharan1-2/+2
2011-06-23ath9k: set diversity group for AR9330Gabor Juhos1-1/+4
2011-06-23ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos1-2/+8
2011-06-23ath9k: set NF limits for AR9330Gabor Juhos1-1/+4
2011-06-23ath9k: configure RF channel frequency for AR9330Gabor Juhos1-1/+13
2011-06-23ath9k: fix channel frequency calculation for AR9340Gabor Juhos1-1/+1
2011-06-23ath9k: read spur frequency information from eeprom for AR9330Gabor Juhos1-2/+2
2011-06-23ath9k: initialize mode registers for AR9330Gabor Juhos1-0/+3
2011-05-26ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan1-0/+22
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-16ath9k_hw: define antenna diversity groupMohammed Shafi Shajakhan1-0/+2
2011-05-16ath9k_hw: define modules to get/set Antenna diversity paramatersMohammed Shafi Shajakhan1-0/+44
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan1-5/+1
2011-04-25ath9k_hw: Configure RF channel freqency for AR9340Vasanthakumar Thiagarajan1-3/+20
2011-04-25ath9k_hw: Read spur frequency information from eeprom for AR9340Vasanthakumar Thiagarajan1-2/+2
2011-04-25ath9k_hw: Initialize mode registers from initvals.h for AR9340Vasanthakumar Thiagarajan1-0/+3
2011-04-13ath9k: Implement integer mode for AR9485Vasanthakumar Thiagarajan1-3/+12
2011-04-13ath9k_hw: index out of boundsroel1-1/+1
2011-03-04ath9k_hw: Read noise floor only for available chains for AR9003Vasanthakumar Thiagarajan1-18/+19
2010-12-20ath9k_hw: remove baseband rfsilent supportFelix Fietkau1-23/+0
2010-12-16ath9k_hw: Remove delay during regwrite of analog shift registersVasanthakumar Thiagarajan1-4/+1
2010-12-08ath9k: Read spur channel information from eeprom for AR9485Vasanthakumar Thiagarajan1-3/+32
2010-12-08ath9k_hw: Find chansel of AR_PHY_65NM_CH0_SYNTH7 for AR9485Vasanthakumar Thiagarajan1-1/+4
2010-12-08ath: Convert ath_print to ath_dbgJoe Perches1-109/+96
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan1-1/+5
2010-11-22ath9k: Use static constJoe Perches1-2/+2
2010-11-18ath9k_hw: set default values for radar pulse detectionFelix Fietkau1-0/+15
2010-11-17ath9k_hw: add a private op for configuring radar pulse detectionFelix Fietkau1-0/+32
2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann1-6/+6
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau1-1/+1
2010-10-11ath9k_hw: move the cycle counter tracking to athFelix Fietkau1-4/+3
2010-10-07ath9k_hw: clean up ANI state handlingFelix Fietkau1-5/+2
2010-10-07ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau1-8/+6
2010-08-04ath9k_hw: fix analog shift register writes on AR9003Felix Fietkau1-1/+5
2010-07-26ath9k_hw: fix invalid extension channel noisefloor readings in HT20Felix Fietkau1-0/+3
2010-07-13ath9k: merge noisefloor load implementationsFelix Fietkau1-101/+9
2010-07-02ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau1-31/+6
2010-07-02ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau1-57/+9
2010-06-14ath9k_hw: reduce delay on programming INI on AR9003Luis R. Rodriguez1-9/+0
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez1-99/+286