mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
mac80211: multiple_bssid is mandatory on 6e when using 11be
Fixes: WIFI-14343 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -517,6 +517,7 @@ mac80211_hostapd_setup_base() {
|
|||||||
|
|
||||||
if [ "$enable_be" != "0" ]; then
|
if [ "$enable_be" != "0" ]; then
|
||||||
append base_cfg "ieee80211be=1" "$N"
|
append base_cfg "ieee80211be=1" "$N"
|
||||||
|
multiple_bssid=1
|
||||||
[ "$hwmode" = "a" ] && {
|
[ "$hwmode" = "a" ] && {
|
||||||
append base_cfg "eht_oper_chwidth=$eht_oper_chwidth" "$N"
|
append base_cfg "eht_oper_chwidth=$eht_oper_chwidth" "$N"
|
||||||
append base_cfg "eht_oper_centr_freq_seg0_idx=$eht_center_seg0" "$N"
|
append base_cfg "eht_oper_centr_freq_seg0_idx=$eht_center_seg0" "$N"
|
||||||
|
|||||||
Reference in New Issue
Block a user