iPXE
|
#include <ath.h>
Data Fields | |
char | alpha2 [2] |
u16 | country_code |
u16 | max_power_level |
u32 | tp_scale |
u16 | current_rd |
u16 | current_rd_ext |
int16_t | power_limit |
struct reg_dmn_pair_mapping * | regpair |
u16 ath_regulatory::country_code |
Definition at line 138 of file ath.h.
Referenced by ath9k_hw_init_defaults().
u16 ath_regulatory::max_power_level |
Definition at line 139 of file ath.h.
Referenced by ath9k_hw_4k_set_txpower(), ath9k_hw_ar9287_set_txpower(), ath9k_hw_ar9300_set_txpower(), ath9k_hw_def_set_txpower(), and ath9k_hw_update_regulatory_maxpower().
u32 ath_regulatory::tp_scale |
Definition at line 140 of file ath.h.
Referenced by ar9003_hw_set_power_per_rate_table(), ath9k_hw_init_defaults(), ath9k_hw_set_4k_power_per_rate_table(), ath9k_hw_set_ar9287_power_per_rate_table(), and ath9k_hw_set_def_power_per_rate_table().
u16 ath_regulatory::current_rd |
Definition at line 141 of file ath.h.
Referenced by ath9k_hw_fill_cap_info().
u16 ath_regulatory::current_rd_ext |
Definition at line 142 of file ath.h.
Referenced by ath9k_hw_fill_cap_info().
int16_t ath_regulatory::power_limit |
Definition at line 143 of file ath.h.
Referenced by ar5008_hw_process_ini(), ar9003_hw_process_ini(), ath9k_cmn_update_txpow(), ath9k_hw_channel_change(), ath9k_hw_init_defaults(), and ath9k_hw_set_txpowerlimit().
struct reg_dmn_pair_mapping* ath_regulatory::regpair |