linux_dsm_epyc7002/drivers/net/wireless/ath5k
Nick Kossifidis 6f3b414aca ath5k: Update gain_F calibration code and add documentation
* Update and cleanup rf gain optimization code

 * Add comments and refferences to docs and use sane function names

 * Use only step index on ath5k_gain, no need to have a pointer to
   the current step since we can determine te step from it's index,
   this also allows us to put all other structs on rfgain.h and cleanup
   ath5k.h a little

 * No need for ah_rfgain variable, we use ah_gain.g_state for everything

 * Tested on RF2112B chip but gain_F calibration is not yet done
   (we will finish this on the next patch where we'll rewrite rf-buffer
   handling)

 * Use initial rf gain settings for 2316 and 2317 SoCs introduced on a previous patch

 It seems big but it's mostly cleanup, very few functional changes have been made on phy.c

  Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>

Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-02-13 13:44:43 -05:00
..
ath5k.h ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00
attach.c ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00
base.c ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00
base.h ath5k: remove unused led_off parameter 2009-01-29 16:01:11 -05:00
caps.c ath5k: discard 11g caps if reported by an ar5211 eeprom 2009-01-29 16:00:26 -05:00
debug.c mac80211: Generic TSF debugging 2009-01-29 16:01:46 -05:00
debug.h mac80211: Generic TSF debugging 2009-01-29 16:01:46 -05:00
desc.c ath5k: correct packet length in tx descriptors 2008-12-19 15:24:02 -05:00
desc.h ath5k: HW code cleanup 2008-09-05 16:15:24 -04:00
dma.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
eeprom.c ath5k: More EEPROM code updates 2009-01-29 15:58:46 -05:00
eeprom.h ath5k: Clean up eeprom parsing and add missing calibration data 2008-11-26 09:47:41 -05:00
gpio.c ath5k: fix off-by-one in gpio checks 2009-01-29 15:59:45 -05:00
initvals.c ath5k: reduce checkpatch.pl errors 2008-10-31 19:00:40 -04:00
Kconfig ath5k: convert LED code to use mac80211 triggers 2008-06-27 09:09:17 -04:00
Makefile ath5k: HW code cleanup 2008-09-05 16:15:24 -04:00
pcu.c ath5k: Read and write the TSF via debugfs 2009-01-29 16:01:21 -05:00
phy.c ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00
qcu.c ath5k: Minor QCU updates 2009-01-29 15:59:53 -05:00
reg.h ath5k: Correct usage of AR5K_CFG_ADHOC 2009-01-12 14:24:56 -05:00
reset.c ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00
rfbuffer.h ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00
rfgain.h ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00