FreeBSD kernel ATH device code
ar5416eeprom Struct Reference

#include <ah_eeprom_v14.h>

Collaboration diagram for ar5416eeprom:

Data Fields

BASE_EEP_HEADER baseEepHeader
 
uint8_t custData [64]
 
MODAL_EEP_HEADER modalHeader [2]
 
uint8_t calFreqPier5G [AR5416_NUM_5G_CAL_PIERS]
 
uint8_t calFreqPier2G [AR5416_NUM_2G_CAL_PIERS]
 
CAL_DATA_PER_FREQ calPierData5G [AR5416_MAX_CHAINS][AR5416_NUM_5G_CAL_PIERS]
 
CAL_DATA_PER_FREQ calPierData2G [AR5416_MAX_CHAINS][AR5416_NUM_2G_CAL_PIERS]
 
CAL_TARGET_POWER_LEG calTargetPower5G [AR5416_NUM_5G_20_TARGET_POWERS]
 
CAL_TARGET_POWER_HT calTargetPower5GHT20 [AR5416_NUM_5G_20_TARGET_POWERS]
 
CAL_TARGET_POWER_HT calTargetPower5GHT40 [AR5416_NUM_5G_40_TARGET_POWERS]
 
CAL_TARGET_POWER_LEG calTargetPowerCck [AR5416_NUM_2G_CCK_TARGET_POWERS]
 
CAL_TARGET_POWER_LEG calTargetPower2G [AR5416_NUM_2G_20_TARGET_POWERS]
 
CAL_TARGET_POWER_HT calTargetPower2GHT20 [AR5416_NUM_2G_20_TARGET_POWERS]
 
CAL_TARGET_POWER_HT calTargetPower2GHT40 [AR5416_NUM_2G_40_TARGET_POWERS]
 
uint8_t ctlIndex [AR5416_NUM_CTLS]
 
CAL_CTL_DATA ctlData [AR5416_NUM_CTLS]
 
uint8_t padding
 

Detailed Description

Definition at line 266 of file ah_eeprom_v14.h.

Field Documentation

◆ baseEepHeader

◆ calFreqPier2G

uint8_t ar5416eeprom::calFreqPier2G[AR5416_NUM_2G_CAL_PIERS]

Definition at line 271 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerCalTable(), and ar9280SetPowerCalTable().

◆ calFreqPier5G

uint8_t ar5416eeprom::calFreqPier5G[AR5416_NUM_5G_CAL_PIERS]

Definition at line 270 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerCalTable(), and ar9280SetPowerCalTable().

◆ calPierData2G

Definition at line 273 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerCalTable(), and ar9280SetPowerCalTable().

◆ calPierData5G

Definition at line 272 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerCalTable(), and ar9280SetPowerCalTable().

◆ calTargetPower2G

CAL_TARGET_POWER_LEG ar5416eeprom::calTargetPower2G[AR5416_NUM_2G_20_TARGET_POWERS]

Definition at line 278 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ calTargetPower2GHT20

CAL_TARGET_POWER_HT ar5416eeprom::calTargetPower2GHT20[AR5416_NUM_2G_20_TARGET_POWERS]

Definition at line 279 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ calTargetPower2GHT40

CAL_TARGET_POWER_HT ar5416eeprom::calTargetPower2GHT40[AR5416_NUM_2G_40_TARGET_POWERS]

Definition at line 280 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ calTargetPower5G

CAL_TARGET_POWER_LEG ar5416eeprom::calTargetPower5G[AR5416_NUM_5G_20_TARGET_POWERS]

Definition at line 274 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ calTargetPower5GHT20

CAL_TARGET_POWER_HT ar5416eeprom::calTargetPower5GHT20[AR5416_NUM_5G_20_TARGET_POWERS]

Definition at line 275 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ calTargetPower5GHT40

CAL_TARGET_POWER_HT ar5416eeprom::calTargetPower5GHT40[AR5416_NUM_5G_40_TARGET_POWERS]

Definition at line 276 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ calTargetPowerCck

CAL_TARGET_POWER_LEG ar5416eeprom::calTargetPowerCck[AR5416_NUM_2G_CCK_TARGET_POWERS]

Definition at line 277 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable().

◆ ctlData

CAL_CTL_DATA ar5416eeprom::ctlData[AR5416_NUM_CTLS]

Definition at line 282 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable(), and v14EepromReadCTLInfo().

◆ ctlIndex

uint8_t ar5416eeprom::ctlIndex[AR5416_NUM_CTLS]

Definition at line 281 of file ah_eeprom_v14.h.

Referenced by ar5416SetPowerPerRateTable(), and v14EepromReadCTLInfo().

◆ custData

uint8_t ar5416eeprom::custData[64]

Definition at line 268 of file ah_eeprom_v14.h.

◆ modalHeader

◆ padding

uint8_t ar5416eeprom::padding

Definition at line 283 of file ah_eeprom_v14.h.


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