aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+3
2012-06-06ath9k_hw: program BT to control SPDTRajkumar Manoharan1-0/+1
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+2
2012-06-05ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan1-2/+2
2012-05-29ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau1-1/+1
2012-04-23ath9k: fix TX power reporting on AR9003 chipsGabor Juhos1-15/+49
2012-04-17ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQGabor Juhos1-5/+5
2012-04-17ath9k: move ath9k_hw_fbin2freq function to eeprom.hGabor Juhos1-9/+0
2012-04-17ath9k: remove unused PWRINC_*_TO_*_CHAIN definesGabor Juhos1-3/+0
2012-04-16ath9k: introduce ath9k_hw_get_scaled_power helperGabor Juhos1-26/+2
2012-04-16ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGabor Juhos1-1/+1
2012-04-12ath9k: remove dead codeZefir Kurtisi1-2/+0
2012-02-27ath9k: Remove AR9462 v1.0 supportSujith Manoharan1-4/+0
2012-01-04ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez1-2/+2
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-41/+35
2011-11-28ath9k_hw: Fix minimum CTL power for each runtime modeRajkumar Manoharan1-1/+2
2011-11-11ath9k_hw: Fix tx power settings for AR9003Rajkumar Manoharan1-0/+2
2011-11-11ath9k_hw: Fix channel list of CalFreqPeir for AR938xRajkumar Manoharan1-7/+7
2011-11-11ath9k_hw: Read and configure xpa timing fieldRajkumar Manoharan1-0/+16
2011-11-11ath9k_hw: Read and configure quick drop for AR9003Rajkumar Manoharan1-58/+50
2011-10-14ath9k: Rename AR9480 into AR9462Rajkumar Manoharan1-9/+9
2011-10-11ath9k_hw: remove EEP_REG_1Felix Fietkau1-2/+0
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau1-32/+7
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-5/+5
2011-09-16ath9k_hw: move register definitions to header filesSenthil Balasubramanian1-26/+0
2011-09-16ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian1-23/+86
2011-08-29ath9k: Fix a smatch warningsLarry Finger1-1/+1
2011-08-22ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC addressSenthil Balasubramanian1-1/+1
2011-08-09ath9k_hw: update PMU to improve ripple issue for AR9485Rajkumar Manoharan1-1/+1
2011-08-09ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan1-3/+3
2011-08-09ath9k_hw: use register name in place of magic valueAlex Hacker1-1/+1
2011-08-09ath9k_hw: Add dump_eeprom support for AR9003Rajkumar Manoharan1-0/+128
2011-08-08ath9k_hw: fix calculated runtime tx power limitFelix Fietkau1-19/+1
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan1-1/+1
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin1-5/+5
2011-06-22ath9k: configure internal regulator for AR9330Gabor Juhos1-5/+20
2011-06-22ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: configure xpa bias level for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: use correct EEPROM base for AR9330Gabor Juhos1-0/+2
2011-06-22ath9k: enable tuning capacitance configuration for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: skip internal regulator configuration for AR9330Gabor Juhos1-1/+1
2011-06-20ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan1-2/+2
2011-06-01ath9k: fix two more bugs in tx powerDaniel Halperin1-2/+8
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-16/+62
2011-05-16ath9k_hw: config diversity based on eeprom contentsMohammed Shafi Shajakhan1-6/+44
2011-05-12ath9k_hw: Fix STA connection issues with AR9380 (XB113).Senthil Balasubramanian1-1/+1