FreeBSD kernel ATH device code
ar9287_eeprom Struct Reference

#include <ah_eeprom_9287.h>

Collaboration diagram for ar9287_eeprom:

Data Fields

struct base_eep_ar9287_header baseEepHeader
 
uint8_t custData [AR9287_DATA_SZ]
 
struct modal_eep_ar9287_header modalHeader
 
uint8_t calFreqPier2G [AR9287_NUM_2G_CAL_PIERS]
 
union cal_data_per_freq_ar9287_u calPierData2G [AR9287_MAX_CHAINS][AR9287_NUM_2G_CAL_PIERS]
 
CAL_TARGET_POWER_LEG calTargetPowerCck [AR9287_NUM_2G_CCK_TARGET_POWERS]
 
CAL_TARGET_POWER_LEG calTargetPower2G [AR9287_NUM_2G_20_TARGET_POWERS]
 
CAL_TARGET_POWER_HT calTargetPower2GHT20 [AR9287_NUM_2G_20_TARGET_POWERS]
 
CAL_TARGET_POWER_HT calTargetPower2GHT40 [AR9287_NUM_2G_40_TARGET_POWERS]
 
uint8_t ctlIndex [AR9287_NUM_CTLS]
 
struct cal_ctl_data_ar9287 ctlData [AR9287_NUM_CTLS]
 
uint8_t padding
 

Detailed Description

Definition at line 137 of file ah_eeprom_9287.h.

Field Documentation

◆ baseEepHeader

struct base_eep_ar9287_header ar9287_eeprom::baseEepHeader

◆ calFreqPier2G

uint8_t ar9287_eeprom::calFreqPier2G[AR9287_NUM_2G_CAL_PIERS]

Definition at line 141 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerCalTable().

◆ calPierData2G

Definition at line 143 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerCalTable().

◆ calTargetPower2G

CAL_TARGET_POWER_LEG ar9287_eeprom::calTargetPower2G[AR9287_NUM_2G_20_TARGET_POWERS]

Definition at line 147 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerPerRateTable().

◆ calTargetPower2GHT20

CAL_TARGET_POWER_HT ar9287_eeprom::calTargetPower2GHT20[AR9287_NUM_2G_20_TARGET_POWERS]

Definition at line 149 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerPerRateTable().

◆ calTargetPower2GHT40

CAL_TARGET_POWER_HT ar9287_eeprom::calTargetPower2GHT40[AR9287_NUM_2G_40_TARGET_POWERS]

Definition at line 151 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerPerRateTable().

◆ calTargetPowerCck

CAL_TARGET_POWER_LEG ar9287_eeprom::calTargetPowerCck[AR9287_NUM_2G_CCK_TARGET_POWERS]

Definition at line 145 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerPerRateTable().

◆ ctlData

struct cal_ctl_data_ar9287 ar9287_eeprom::ctlData[AR9287_NUM_CTLS]

Definition at line 153 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerPerRateTable(), and v9287EepromReadCTLInfo().

◆ ctlIndex

uint8_t ar9287_eeprom::ctlIndex[AR9287_NUM_CTLS]

Definition at line 152 of file ah_eeprom_9287.h.

Referenced by ar9287SetPowerPerRateTable(), and v9287EepromReadCTLInfo().

◆ custData

uint8_t ar9287_eeprom::custData[AR9287_DATA_SZ]

Definition at line 139 of file ah_eeprom_9287.h.

◆ modalHeader

◆ padding

uint8_t ar9287_eeprom::padding

Definition at line 154 of file ah_eeprom_9287.h.


The documentation for this struct was generated from the following file: