|
iPXE
|
Go to the source code of this file.
Data Structures | |
| struct | ath5k_chan_pcal_info_rf5111 |
| struct | ath5k_chan_pcal_info_rf5112 |
| struct | ath5k_chan_pcal_info_rf2413 |
| struct | ath5k_pdgain_info |
| struct | ath5k_chan_pcal_info |
| struct | ath5k_rate_pcal_info |
| struct | ath5k_edge_power |
| struct | ath5k_eeprom_info |
Enumerations | |
| enum | ath5k_ant_setting { AR5K_ANT_VARIABLE = 0 , AR5K_ANT_FIXED_A = 1 , AR5K_ANT_FIXED_B = 2 , AR5K_ANT_MAX = 3 } |
| enum | ath5k_ctl_mode { AR5K_CTL_11A = 0 , AR5K_CTL_11B = 1 , AR5K_CTL_11G = 2 , AR5K_CTL_TURBO = 3 , AR5K_CTL_TURBOG = 4 , AR5K_CTL_2GHT20 = 5 , AR5K_CTL_5GHT20 = 6 , AR5K_CTL_2GHT40 = 7 , AR5K_CTL_5GHT40 = 8 , AR5K_CTL_MODE_M = 15 } |
| enum | ath5k_powertable_type { AR5K_PWRTABLE_PWR_TO_PCDAC = 0 , AR5K_PWRTABLE_LINEAR_PCDAC = 1 , AR5K_PWRTABLE_PWR_TO_PDADC = 2 } |
Functions | |
| FILE_SECBOOT (FORBIDDEN) | |
| #define AR5K_EEPROM_MAGIC 0x003d /* EEPROM Magic number */ |
Definition at line 24 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_MAGIC_VALUE 0x5aa5 /* Default - found on EEPROM */ |
| #define AR5K_EEPROM_IS_HB63 0x000b /* Talon detect */ |
Definition at line 30 of file eeprom.h.
Referenced by ath5k_eeprom_init_header(), and ath5k_eeprom_is_hb63().
| #define AR5K_EEPROM_RFKILL 0x0f |
Definition at line 32 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_RFKILL_GPIO_SEL 0x0000001c |
Definition at line 33 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_RFKILL_POLARITY 0x00000002 |
Definition at line 35 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_REG_DOMAIN 0x00bf /* EEPROM regdom */ |
Definition at line 38 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_INFO_MAX (0x400 - AR5K_EEPROM_INFO_BASE) |
| #define AR5K_EEPROM_INFO | ( | _n | ) |
| #define AR5K_EEPROM_VERSION AR5K_EEPROM_INFO(1) /* EEPROM Version */ |
Definition at line 45 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
Definition at line 46 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_VERSION_3_2 0x3002 /* different frequency representation (eeprom_bin2freq) */ |
Definition at line 48 of file eeprom.h.
Referenced by ath5k_eeprom_bin2freq(), ath5k_eeprom_init_modes(), ath5k_eeprom_read_modes(), ath5k_eeprom_read_target_rate_pwr_info(), and ath5k_get_pcdac_intercepts().
| #define AR5K_EEPROM_VERSION_3_3 0x3003 /* offsets changed, has 32 CTLs (see below) and ee_false_detect (eeprom_read_modes) */ |
Definition at line 49 of file eeprom.h.
Referenced by ath5k_eeprom_init_11a_pcal_freq(), ath5k_eeprom_init_header(), ath5k_eeprom_read_ctl_info(), and ath5k_eeprom_read_modes().
| #define AR5K_EEPROM_VERSION_3_4 0x3004 /* has ee_i_gain, ee_cck_ofdm_power_delta (eeprom_read_modes) */ |
Definition at line 50 of file eeprom.h.
Referenced by ath5k_eeprom_read_modes().
| #define AR5K_EEPROM_VERSION_4_0 0x4000 /* has ee_misc, ee_cal_pier, ee_turbo_max_power and ee_xr_power (eeprom_init) */ |
Definition at line 51 of file eeprom.h.
Referenced by ath5k_eeprom_init_header(), ath5k_eeprom_read_ctl_info(), ath5k_eeprom_read_modes(), and ath5k_eeprom_read_pcal_info().
| #define AR5K_EEPROM_VERSION_4_1 0x4001 /* has ee_margin_tx_rx (eeprom_init) */ |
Definition at line 52 of file eeprom.h.
Referenced by ath5k_eeprom_read_modes(), and ath5k_hw_commit_eeprom_settings().
| #define AR5K_EEPROM_VERSION_4_2 0x4002 /* has ee_cck_ofdm_gain_delta (eeprom_init) */ |
Definition at line 53 of file eeprom.h.
Referenced by ath5k_eeprom_read_modes().
| #define AR5K_EEPROM_VERSION_4_3 0x4003 /* power calibration changes */ |
Definition at line 54 of file eeprom.h.
Referenced by ath5k_eeprom_init_header(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_VERSION_4_6 0x4006 /* has ee_scaled_cck_delta */ |
Definition at line 57 of file eeprom.h.
Referenced by ath5k_eeprom_read_modes().
| #define AR5K_EEPROM_VERSION_4_9 0x4009 /* EAR futureproofing */ |
| #define AR5K_EEPROM_VERSION_5_0 0x5000 /* Has 2413 PDADC calibration etc */ |
Definition at line 60 of file eeprom.h.
Referenced by ath5k_eeprom_init_header(), ath5k_eeprom_read_pcal_info(), ath5k_eeprom_read_turbo_modes(), and ath5k_hw_commit_eeprom_settings().
| #define AR5K_EEPROM_VERSION_5_1 0x5001 /* Has capability values */ |
Definition at line 61 of file eeprom.h.
Referenced by ath5k_hw_commit_eeprom_settings().
| #define AR5K_EEPROM_VERSION_5_3 0x5003 /* Has spur mitigation tables */ |
| #define AR5K_EEPROM_MODE_11A 0 |
Definition at line 64 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_bin2freq(), ath5k_eeprom_detach(), ath5k_eeprom_free_pcal_info(), ath5k_eeprom_init_11a_pcal_freq(), ath5k_eeprom_init_modes(), ath5k_eeprom_read_ctl_info(), ath5k_eeprom_read_modes(), ath5k_eeprom_read_pcal_info(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), ath5k_eeprom_read_target_rate_pwr_info(), ath5k_eeprom_read_turbo_modes(), ath5k_get_chan_pcal_surrounding_piers(), ath5k_get_rate_pcal_data(), ath5k_hw_reset(), and ath5k_hw_rfregs_init().
| #define AR5K_EEPROM_MODE_11B 1 |
Definition at line 65 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_free_pcal_info(), ath5k_eeprom_init_11bg_2413(), ath5k_eeprom_init_header(), ath5k_eeprom_init_modes(), ath5k_eeprom_read_modes(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), ath5k_eeprom_read_target_rate_pwr_info(), ath5k_get_chan_pcal_surrounding_piers(), ath5k_get_rate_pcal_data(), ath5k_hw_reset(), and ath5k_hw_rfregs_init().
| #define AR5K_EEPROM_MODE_11G 2 |
Definition at line 66 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_detach(), ath5k_eeprom_free_pcal_info(), ath5k_eeprom_init_11bg_2413(), ath5k_eeprom_init_header(), ath5k_eeprom_init_modes(), ath5k_eeprom_read_ctl_info(), ath5k_eeprom_read_modes(), ath5k_eeprom_read_pcal_info(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), ath5k_eeprom_read_target_rate_pwr_info(), ath5k_eeprom_read_turbo_modes(), ath5k_get_chan_pcal_surrounding_piers(), ath5k_get_rate_pcal_data(), ath5k_hw_reset(), ath5k_hw_rfregs_init(), and ath5k_setup_rate_powertable().
| #define AR5K_EEPROM_HDR AR5K_EEPROM_INFO(2) /* Header that contains the device caps */ |
Definition at line 68 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_HDR_11A | ( | _v | ) |
Definition at line 69 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_free_pcal_info(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), and ath5k_hw_set_capabilities().
| #define AR5K_EEPROM_HDR_11B | ( | _v | ) |
Definition at line 70 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_free_pcal_info(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), and ath5k_hw_set_capabilities().
| #define AR5K_EEPROM_HDR_11G | ( | _v | ) |
Definition at line 71 of file eeprom.h.
Referenced by ath5k_eeprom_free_pcal_info(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), and ath5k_hw_set_capabilities().
| #define AR5K_EEPROM_HDR_T_2GHZ_DIS | ( | _v | ) |
| #define AR5K_EEPROM_HDR_T_5GHZ_DBM | ( | _v | ) |
Definition at line 73 of file eeprom.h.
Referenced by ath5k_eeprom_init_modes().
| #define AR5K_EEPROM_HDR_DEVICE | ( | _v | ) |
| #define AR5K_EEPROM_HDR_RFKILL | ( | _v | ) |
Definition at line 75 of file eeprom.h.
Referenced by ath5k_hw_reset(), ath5k_rfkill_hw_start(), and ath5k_rfkill_hw_stop().
| #define AR5K_EEPROM_HDR_T_5GHZ_DIS | ( | _v | ) |
| #define AR5K_EEPROM_OFF | ( | _v, | |
| _v3_0, | |||
| _v3_3 ) |
Definition at line 84 of file eeprom.h.
| #define AR5K_EEPROM_ANT_GAIN | ( | _v | ) |
Definition at line 87 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_ANT_GAIN_5GHZ | ( | _v | ) |
| #define AR5K_EEPROM_ANT_GAIN_2GHZ | ( | _v | ) |
| #define AR5K_EEPROM_MISC0 AR5K_EEPROM_INFO(4) |
Definition at line 92 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_HDR_XR2_DIS | ( | _v | ) |
| #define AR5K_EEPROM_HDR_XR5_DIS | ( | _v | ) |
| #define AR5K_EEPROM_EEMAP | ( | _v | ) |
Definition at line 96 of file eeprom.h.
Referenced by ath5k_eeprom_read_pcal_info(), and ath5k_eeprom_read_turbo_modes().
| #define AR5K_EEPROM_MISC1 AR5K_EEPROM_INFO(5) |
Definition at line 98 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_TARGET_PWRSTART | ( | _v | ) |
Definition at line 99 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info(), and ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_HAS32KHZCRYSTAL | ( | _v | ) |
| #define AR5K_EEPROM_HAS32KHZCRYSTAL_OLD | ( | _v | ) |
| #define AR5K_EEPROM_MISC2 AR5K_EEPROM_INFO(6) |
Definition at line 103 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_EEP_FILE_VERSION | ( | _v | ) |
| #define AR5K_EEPROM_EAR_FILE_VERSION | ( | _v | ) |
| #define AR5K_EEPROM_MISC3 AR5K_EEPROM_INFO(7) |
Definition at line 107 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_ART_BUILD_NUM | ( | _v | ) |
| #define AR5K_EEPROM_MISC4 AR5K_EEPROM_INFO(8) |
Definition at line 111 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_CAL_DATA_START | ( | _v | ) |
Definition at line 112 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413().
| #define AR5K_EEPROM_MASK_R0 | ( | _v | ) |
| #define AR5K_EEPROM_MISC5 AR5K_EEPROM_INFO(9) |
Definition at line 116 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_AES_DIS | ( | _v | ) |
| #define AR5K_EEPROM_BURST_DIS | ( | _v | ) |
| #define AR5K_EEPROM_MAX_QCU | ( | _v | ) |
| #define AR5K_EEPROM_HEAVY_CLIP_EN | ( | _v | ) |
| #define AR5K_EEPROM_KEY_CACHE_SIZE | ( | _v | ) |
| #define AR5K_EEPROM_MISC6 AR5K_EEPROM_INFO(10) |
Definition at line 125 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_MODES_11A | ( | _v | ) |
Definition at line 135 of file eeprom.h.
Referenced by ath5k_eeprom_init_modes().
| #define AR5K_EEPROM_MODES_11B | ( | _v | ) |
Definition at line 136 of file eeprom.h.
Referenced by ath5k_eeprom_init_modes().
| #define AR5K_EEPROM_MODES_11G | ( | _v | ) |
Definition at line 137 of file eeprom.h.
Referenced by ath5k_eeprom_init_modes().
| #define AR5K_EEPROM_CTL | ( | _v | ) |
Definition at line 138 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info().
| #define AR5K_EEPROM_GROUPS_START | ( | _v | ) |
Definition at line 139 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info(), ath5k_eeprom_read_pcal_info_5111(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_GROUP1_OFFSET 0x0 |
Definition at line 140 of file eeprom.h.
Referenced by ath5k_eeprom_read_pcal_info_5111().
| #define AR5K_EEPROM_GROUP2_OFFSET 0x5 |
Definition at line 141 of file eeprom.h.
Referenced by ath5k_eeprom_read_pcal_info_5111(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_GROUP3_OFFSET 0x37 |
Definition at line 142 of file eeprom.h.
Referenced by ath5k_eeprom_read_pcal_info_5111(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_GROUP4_OFFSET 0x46 |
Definition at line 143 of file eeprom.h.
Referenced by ath5k_eeprom_read_pcal_info_5111(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_GROUP5_OFFSET 0x55 |
Definition at line 144 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info().
| #define AR5K_EEPROM_GROUP8_OFFSET 0x6f |
Definition at line 147 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info().
| #define AR5K_EEPROM_TARGET_PWR_OFF_11A | ( | _v | ) |
Definition at line 149 of file eeprom.h.
Referenced by ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_TARGET_PWR_OFF_11B | ( | _v | ) |
Definition at line 151 of file eeprom.h.
Referenced by ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_TARGET_PWR_OFF_11G | ( | _v | ) |
Definition at line 153 of file eeprom.h.
Referenced by ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_OBDB0_2GHZ 0x00ec |
Definition at line 157 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_OBDB1_2GHZ 0x00ed |
Definition at line 158 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_PROTECT 0x003f /* EEPROM protect status */ |
Definition at line 160 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_EEPROM_PROTECT_RD_0_31 0x0001 /* Read protection bit for offsets 0x0 - 0x1f */ |
| #define AR5K_EEPROM_PROTECT_WR_0_31 0x0002 /* Write protection bit for offsets 0x0 - 0x1f */ |
| #define AR5K_EEPROM_PROTECT_RD_32_63 0x0004 /* 0x20 - 0x3f */ |
| #define AR5K_EEPROM_PROTECT_RD_64_127 0x0010 /* 0x40 - 0x7f */ |
| #define AR5K_EEPROM_PROTECT_RD_128_191 0x0040 /* 0x80 - 0xbf (regdom) */ |
| #define AR5K_EEPROM_PROTECT_RD_192_207 0x0100 /* 0xc0 - 0xcf */ |
| #define AR5K_EEPROM_PROTECT_RD_208_223 0x0400 /* 0xd0 - 0xdf */ |
| #define AR5K_EEPROM_PROTECT_RD_224_239 0x1000 /* 0xe0 - 0xef */ |
| #define AR5K_EEPROM_PROTECT_RD_240_255 0x4000 /* 0xf0 - 0xff */ |
| #define AR5K_EEPROM_N_5GHZ_CHAN 10 |
Definition at line 182 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_init_11a_pcal_freq(), ath5k_eeprom_read_pcal_info_2413(), and ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_N_2GHZ_CHAN 3 |
Definition at line 183 of file eeprom.h.
Referenced by ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_N_2GHZ_CHAN_2413 4 |
Definition at line 184 of file eeprom.h.
Referenced by ath5k_cal_data_offset_2413(), ath5k_eeprom_init_11bg_2413(), and ath5k_eeprom_read_pcal_info_2413().
| #define AR5K_EEPROM_N_PWR_POINTS_5111 11 |
Definition at line 187 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_5111().
| #define AR5K_EEPROM_N_EDGES 8 |
Definition at line 191 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info(), and ath5k_get_max_ctl_power().
| #define AR5K_EEPROM_FREQ_M | ( | _v | ) |
Definition at line 193 of file eeprom.h.
Referenced by ath5k_eeprom_init_11a_pcal_freq(), and ath5k_eeprom_read_ctl_info().
| #define AR5K_EEPROM_PCDAC_M 0x3f |
Definition at line 194 of file eeprom.h.
Referenced by ath5k_eeprom_read_pcal_info_5111().
| #define AR5K_EEPROM_CHANNEL_DIS 0xff |
Definition at line 202 of file eeprom.h.
Referenced by ath5k_eeprom_bin2freq(), ath5k_eeprom_read_modes(), and ath5k_eeprom_read_target_rate_pwr_info().
| #define AR5K_EEPROM_SCALE_OC_DELTA | ( | _x | ) |
| #define AR5K_EEPROM_N_CTLS | ( | _v | ) |
Definition at line 204 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info().
| #define AR5K_EEPROM_N_PD_CURVES 4 |
Definition at line 206 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_read_pcal_info_2413(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_N_XPD0_POINTS 4 |
Definition at line 207 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_5112(), and ath5k_eeprom_read_pcal_info_5112().
| #define AR5K_EEPROM_N_XPD3_POINTS 3 |
Definition at line 208 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_5112().
| #define AR5K_EEPROM_N_PD_GAINS 4 |
Definition at line 209 of file eeprom.h.
Referenced by ath5k_combine_pwr_to_pdadc_curves(), and ath5k_setup_channel_powertable().
| #define AR5K_EEPROM_N_PD_POINTS 5 |
Definition at line 210 of file eeprom.h.
Referenced by ath5k_eeprom_convert_pcal_info_2413().
| #define AR5K_EEPROM_POWER_M 0x3f |
Definition at line 213 of file eeprom.h.
Referenced by ath5k_eeprom_read_ctl_info(), and ath5k_eeprom_read_pcal_info_5111().
| #define AR5K_EEPROM_POWER_TABLE_SIZE 64 |
Definition at line 217 of file eeprom.h.
Referenced by ath5k_combine_pwr_to_pdadc_curves(), ath5k_create_power_curve(), ath5k_fill_pwr_to_pcdac_table(), ath5k_setup_channel_powertable(), ath5k_setup_pcdac_table(), and ath5k_setup_pwr_to_pdadc_table().
| #define AR5K_EEPROM_I_GAIN 10 |
Definition at line 220 of file eeprom.h.
Referenced by ath5k_eeprom_read_modes().
| #define AR5K_EEPROM_CCK_OFDM_DELTA 15 |
Definition at line 221 of file eeprom.h.
Referenced by ath5k_eeprom_read_modes().
| #define AR5K_EEPROM_READ | ( | _o, | |
| _v ) |
Definition at line 224 of file eeprom.h.
Referenced by ath5k_eeprom_init_11a_pcal_freq(), ath5k_eeprom_init_header(), ath5k_eeprom_read_ants(), ath5k_eeprom_read_ctl_info(), ath5k_eeprom_read_freq_list(), ath5k_eeprom_read_modes(), ath5k_eeprom_read_pcal_info_2413(), ath5k_eeprom_read_pcal_info_5111(), ath5k_eeprom_read_pcal_info_5112(), ath5k_eeprom_read_target_rate_pwr_info(), and ath5k_eeprom_read_turbo_modes().
| #define AR5K_EEPROM_READ_HDR | ( | _o, | |
| _v ) |
Definition at line 230 of file eeprom.h.
Referenced by ath5k_eeprom_init_header().
| #define AR5K_CTL_NO_REGDOMAIN 0xf0 |
Definition at line 271 of file eeprom.h.
Referenced by ath5k_get_max_ctl_power().
| enum ath5k_ant_setting |
| Enumerator | |
|---|---|
| AR5K_ANT_VARIABLE | |
| AR5K_ANT_FIXED_A | |
| AR5K_ANT_FIXED_B | |
| AR5K_ANT_MAX | |
| enum ath5k_ctl_mode |
| Enumerator | |
|---|---|
| AR5K_CTL_11A | |
| AR5K_CTL_11B | |
| AR5K_CTL_11G | |
| AR5K_CTL_TURBO | |
| AR5K_CTL_TURBOG | |
| AR5K_CTL_2GHT20 | |
| AR5K_CTL_5GHT20 | |
| AR5K_CTL_2GHT40 | |
| AR5K_CTL_5GHT40 | |
| AR5K_CTL_MODE_M | |
Definition at line 240 of file eeprom.h.
| Enumerator | |
|---|---|
| AR5K_PWRTABLE_PWR_TO_PCDAC | |
| AR5K_PWRTABLE_LINEAR_PCDAC | |
| AR5K_PWRTABLE_PWR_TO_PDADC | |
Definition at line 314 of file eeprom.h.
| FILE_SECBOOT | ( | FORBIDDEN | ) |