EHT: Process puncturing bitmap from channel select driver event for ACS
Retrieve the puncturing bitmap sent by the driver in channel select events for ACS when using the QCA vendor specific event. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
9b233e9f0a
commit
05a2f4c4f8
3 changed files with 10 additions and 2 deletions
|
@ -1202,6 +1202,9 @@ void hostapd_acs_channel_selected(struct hostapd_data *hapd,
|
|||
hapd->iconf, acs_res->vht_seg1_center_ch);
|
||||
hostapd_set_oper_centr_freq_seg1_idx(hapd->iconf, 0);
|
||||
}
|
||||
|
||||
if (hapd->iface->conf->ieee80211be && acs_res->puncture_bitmap)
|
||||
hapd->iconf->punct_bitmap = acs_res->puncture_bitmap;
|
||||
#endif /* CONFIG_IEEE80211BE */
|
||||
|
||||
out:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue