Add new HAL configuration features for the updated AR9300 HAL.
This commit is contained in:
parent
4f8fc97af9
commit
19f287cb03
@ -1215,6 +1215,9 @@ typedef struct
|
||||
int ath_hal_enable_ani; /* should set this.. */
|
||||
int ath_hal_cwm_ignore_ext_cca;
|
||||
int ath_hal_show_bb_panic;
|
||||
int ath_hal_ant_ctrl_comm2g_switch_enable;
|
||||
int ath_hal_ext_atten_margin_cfg;
|
||||
int ath_hal_war70c;
|
||||
} HAL_OPS_CONFIG;
|
||||
|
||||
/*
|
||||
|
@ -52,6 +52,7 @@ enum {
|
||||
HAL_DEBUG_CHANNEL = 0x02000000,
|
||||
HAL_DEBUG_QUEUE = 0x04000000,
|
||||
HAL_DEBUG_PRINT_REG = 0x08000000,
|
||||
HAL_DEBUG_FCS_RTT = 0x10000000,
|
||||
|
||||
HAL_DEBUG_UNMASKABLE = 0x80000000, /* always printed */
|
||||
HAL_DEBUG_ANY = 0xffffffff
|
||||
|
@ -276,7 +276,9 @@ typedef struct {
|
||||
halApmEnable : 1,
|
||||
halIntrMitigation : 1,
|
||||
hal49GhzSupport : 1,
|
||||
halAntDivCombSupport : 1;
|
||||
halAntDivCombSupport : 1,
|
||||
halAntDivCombSupportOrg : 1,
|
||||
halRadioRetentionSupport : 1;
|
||||
|
||||
uint32_t halWirelessModes;
|
||||
uint16_t halTotalQueues;
|
||||
|
Loading…
Reference in New Issue
Block a user