iPXE
|
#include <eeprom.h>
Data Fields | |
u16 | freq |
s16 | max_pwr |
s16 | min_pwr |
union { | |
struct ath5k_chan_pcal_info_rf5111 rf5111_info | |
struct ath5k_chan_pcal_info_rf5112 rf5112_info | |
struct ath5k_chan_pcal_info_rf2413 rf2413_info | |
}; | |
struct ath5k_pdgain_info * | pd_curves |
u16 ath5k_chan_pcal_info::freq |
Definition at line 328 of file eeprom.h.
Referenced by ath5k_eeprom_init_11a_pcal_freq(), ath5k_eeprom_read_freq_list(), ath5k_eeprom_read_modes(), ath5k_eeprom_read_pcal_info_5111(), ath5k_get_chan_pcal_surrounding_piers(), and ath5k_setup_channel_powertable().
s16 ath5k_chan_pcal_info::max_pwr |
Definition at line 330 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_2413(), ath5k_eeprom_convert_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), and ath5k_setup_channel_powertable().
s16 ath5k_chan_pcal_info::min_pwr |
Definition at line 331 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_2413(), ath5k_eeprom_convert_pcal_info_5111(), ath5k_eeprom_convert_pcal_info_5112(), and ath5k_setup_channel_powertable().
struct ath5k_chan_pcal_info_rf5111 ath5k_chan_pcal_info::rf5111_info |
Definition at line 333 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_5111(), and ath5k_eeprom_read_pcal_info_5111().
struct ath5k_chan_pcal_info_rf5112 ath5k_chan_pcal_info::rf5112_info |
Definition at line 334 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_5112(), and ath5k_eeprom_read_pcal_info_5112().
struct ath5k_chan_pcal_info_rf2413 ath5k_chan_pcal_info::rf2413_info |
Definition at line 335 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_2413(), and ath5k_eeprom_read_pcal_info_2413().
union { ... } |
struct ath5k_pdgain_info* ath5k_chan_pcal_info::pd_curves |
Definition at line 340 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_2413(), ath5k_eeprom_convert_pcal_info_5111(), ath5k_eeprom_convert_pcal_info_5112(), ath5k_eeprom_free_pcal_info(), and ath5k_setup_channel_powertable().