aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/eeprom_def.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-13ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSGravatar Christian Lamparter 1-1/+1
2016-12-15ath9k: define all EEPROM fields in Little Endian formatGravatar Martin Blumenstingl 1-65/+49
2016-12-15ath9k: consistently use get_eeprom_rev(ah)Gravatar Martin Blumenstingl 1-19/+22
2016-12-15ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revGravatar Martin Blumenstingl 1-2/+0
2016-12-15ath9k: Add an eeprom_ops callback for retrieving the eepmisc valueGravatar Martin Blumenstingl 1-1/+7
2016-12-15ath9k: Add a #define for the EEPROM "eepmisc" endianness bitGravatar Martin Blumenstingl 1-1/+1
2015-12-08ath9k: Simplify and fix eeprom endianness swappingGravatar Martin Blumenstingl 1-46/+15
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_def_set_gainGravatar Oleksij Rempel 1-20/+14
2015-01-15ath9k: add power per-rate tables for AR9002 chipsGravatar Lorenzo Bianconi 1-0/+14
2014-10-27ath9k: add support for endian swap of eeprom from platform dataGravatar Felix Fietkau 1-21/+10
2013-12-18ath9k_hw: simplify spur channel handlingGravatar Felix Fietkau 1-25/+1
2013-09-26ath9k: replace snprintf() with scnprintf()Gravatar Zefir Kurtisi 1-6/+6
2012-12-10ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gravatar Gabor Juhos 1-3/+2
2012-12-10ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'Gravatar Gabor Juhos 1-4/+1
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+2
2012-06-06wireless: Remove casts to same typeGravatar Joe Perches 1-2/+1
2012-06-05ath9k: Fix modal EEPROM dumpGravatar Mohammed Shafi Shajakhan 1-2/+2
2012-04-16ath9k: introduce ath9k_hw_get_scaled_power helperGravatar Gabor Juhos 1-21/+2
2012-04-16ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGravatar Gabor Juhos 1-1/+1
2012-04-16ath9k: use ath9k_hw_update_regulatory_maxpower in ath9k_hw_def_set_txpowerGravatar Gabor Juhos 1-14/+1
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-17/+11
2011-12-19net: fix assignment of 0/1 to bool variables.Gravatar Rusty Russell 1-1/+1
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOGravatar Joe Perches 1-17/+11
2011-11-28ath9k_hw: Fix minimum CTL power for each runtime modeGravatar Rajkumar Manoharan 1-4/+2
2011-10-11ath9k_hw: remove EEP_REG_1Gravatar Felix Fietkau 1-2/+0
2011-10-11ath9k_hw: clean up tx power handlingGravatar Felix Fietkau 1-31/+12
2011-09-19ath9k_hw: clean up hardware revision checksGravatar Felix Fietkau 1-26/+20
2011-08-09ath9k_hw: Add dump_eeprom support for eeprom_defGravatar Rajkumar Manoharan 1-0/+131
2011-08-08ath9k_hw: fix calculated runtime tx power limitGravatar Felix Fietkau 1-11/+0
2011-08-08ath9k_hw: remove the tx power index offsetGravatar Felix Fietkau 1-6/+2
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possibleGravatar Pavel Roskin 1-7/+5
2011-05-19ath9k: Drag the driver to the year 2011Gravatar Sujith Manoharan 1-1/+1
2011-04-26ath9k: fix AR9160 xpaBiasLvlFreq endianness handlingGravatar Adrian Chadd 1-0/+4
2011-03-30ath9k_hw: Speedup register ops for HTC driverGravatar Rajkumar Manoharan 1-0/+7
2011-01-28ath9k_hw: Fix INI fixupGravatar Sujith Manoharan 1-3/+3
2011-01-19ath9k_hw: Offload USB eeprom reading to targetGravatar Sujith Manoharan 1-3/+29
2011-01-10ath9k_hw: Fix thermal issue with UB94Gravatar Sujith Manoharan 1-0/+4
2010-12-13ath9k_hw: remove antenna configuration eeprom ops and variablesGravatar Felix Fietkau 1-32/+1
2010-12-13ath9k_hw: merge ath9k_hw_get_gain_boundaries_pdadcs between eeprom_def.c and ...Gravatar Felix Fietkau 1-163/+1
2010-12-13ath9k_hw: clean up duplicate and unnused eeprom related definesGravatar Felix Fietkau 1-9/+9
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-4/+8
2010-12-07ath: Convert ath_print to ath_dbgGravatar Joe Perches 1-27/+26
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errGravatar Joe Perches 1-8/+6
2010-12-07ath9k: fix bug in tx powerGravatar Matteo Croce 1-4/+8
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-5/+6
2010-12-02ath9k_hw: fix more bitfield related endian issuesGravatar Felix Fietkau 1-5/+6
2010-11-22ath9k: Use static constGravatar Joe Perches 1-7/+10
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerGravatar Felix Fietkau 1-29/+33
2010-09-27ath9k_hw: simplify revision checks for AR9280Gravatar Felix Fietkau 1-9/+9
2010-09-16ath9k_hw: remove warning in ath9k_hw_def_get_num_ant_configGravatar Rajkumar Manoharan 1-2/+2