mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Add new HAL configuration features for the updated AR9300 HAL.
This commit is contained in:
parent
6674efd728
commit
7877ac644e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242689
@ -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