EHT: Configuration option for ACS puncturing threshold
Add a new option 'punct_acs_threshold' where the value indicates the percentage of ideal channel average interference factor above which a channel should be punctured. Default is set to 0 which disables the puncturing for ACS. Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com>
This commit is contained in:
parent
e3621867c5
commit
f3206fbe94
3 changed files with 17 additions and 0 deletions
|
@ -1157,6 +1157,7 @@ struct hostapd_config {
|
|||
u8 eht_oper_centr_freq_seg0_idx;
|
||||
struct eht_phy_capabilities_info eht_phy_capab;
|
||||
u16 punct_bitmap; /* a bitmap of disabled 20 MHz channels */
|
||||
u8 punct_acs_threshold;
|
||||
#endif /* CONFIG_IEEE80211BE */
|
||||
|
||||
/* EHT enable/disable config from CHAN_SWITCH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue