summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/eeprom_def.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter2017-01-131-1/+1
* ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl2016-12-151-65/+49
* ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl2016-12-151-19/+22
* ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revMartin Blumenstingl2016-12-151-2/+0
* ath9k: Add an eeprom_ops callback for retrieving the eepmisc valueMartin Blumenstingl2016-12-151-1/+7
* ath9k: Add a #define for the EEPROM "eepmisc" endianness bitMartin Blumenstingl2016-12-151-1/+1
* ath9k: Simplify and fix eeprom endianness swappingMartin Blumenstingl2015-12-081-46/+15
* ath9k: use REG_RMW and rmw buffer in ath9k_hw_def_set_gainOleksij Rempel2015-03-301-20/+14
* ath9k: add power per-rate tables for AR9002 chipsLorenzo Bianconi2015-01-151-0/+14
* ath9k: add support for endian swap of eeprom from platform dataFelix Fietkau2014-10-271-21/+10
* ath9k_hw: simplify spur channel handlingFelix Fietkau2013-12-181-25/+1
* ath9k: replace snprintf() with scnprintf()Zefir Kurtisi2013-09-261-6/+6
* ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos2012-12-101-3/+2
* ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'Gabor Juhos2012-12-101-4/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-2/+2
|\
| * ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan2012-06-051-2/+2
* | wireless: Remove casts to same typeJoe Perches2012-06-061-2/+1
|/
* ath9k: introduce ath9k_hw_get_scaled_power helperGabor Juhos2012-04-161-21/+2
* ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGabor Juhos2012-04-161-1/+1
* ath9k: use ath9k_hw_update_regulatory_maxpower in ath9k_hw_def_set_txpowerGabor Juhos2012-04-161-14/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-17/+11
|\
| * ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-17/+11
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-1/+1
|/
* ath9k_hw: Fix minimum CTL power for each runtime modeRajkumar Manoharan2011-11-281-4/+2
* ath9k_hw: remove EEP_REG_1Felix Fietkau2011-10-111-2/+0
* ath9k_hw: clean up tx power handlingFelix Fietkau2011-10-111-31/+12
* ath9k_hw: clean up hardware revision checksFelix Fietkau2011-09-191-26/+20
* ath9k_hw: Add dump_eeprom support for eeprom_defRajkumar Manoharan2011-08-091-0/+131
* ath9k_hw: fix calculated runtime tx power limitFelix Fietkau2011-08-081-11/+0
* ath9k_hw: remove the tx power index offsetFelix Fietkau2011-08-081-6/+2
* ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin2011-07-181-7/+5
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k: fix AR9160 xpaBiasLvlFreq endianness handlingAdrian Chadd2011-04-261-0/+4
* ath9k_hw: Speedup register ops for HTC driverRajkumar Manoharan2011-03-301-0/+7
* ath9k_hw: Fix INI fixupSujith Manoharan2011-01-281-3/+3
* ath9k_hw: Offload USB eeprom reading to targetSujith Manoharan2011-01-191-3/+29
* ath9k_hw: Fix thermal issue with UB94Sujith Manoharan2011-01-101-0/+4
* ath9k_hw: remove antenna configuration eeprom ops and variablesFelix Fietkau2010-12-131-32/+1
* ath9k_hw: merge ath9k_hw_get_gain_boundaries_pdadcs between eeprom_def.c and ...Felix Fietkau2010-12-131-163/+1
* ath9k_hw: clean up duplicate and unnused eeprom related definesFelix Fietkau2010-12-131-9/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-4/+8
|\
| * ath9k: fix bug in tx powerMatteo Croce2010-12-071-4/+8
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-27/+26
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-8/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-021-5/+6
|\|
| * ath9k_hw: fix more bitfield related endian issuesFelix Fietkau2010-12-021-5/+6
* | ath9k: Use static constJoe Perches2010-11-221-7/+10
* | ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau2010-11-151-29/+33
|/
* ath9k_hw: simplify revision checks for AR9280Felix Fietkau2010-09-271-9/+9
* ath9k_hw: remove warning in ath9k_hw_def_get_num_ant_configRajkumar Manoharan2010-09-161-2/+2