Skip to content

Commit

Permalink
hostapd: only enforce multiple bssid on 6G
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Feb 10, 2025
1 parent 26e7826 commit 664fa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/qca/mac80211/files/lib/netifd/wireless/mac80211.sh
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ mac80211_hostapd_setup_base() {

if [ "$enable_be" != "0" ]; then
append base_cfg "ieee80211be=1" "$N"
multiple_bssid=1
[ "$band" = 6g ] && multiple_bssid=1
[ "$hwmode" = "a" ] && {
append base_cfg "eht_oper_chwidth=$eht_oper_chwidth" "$N"
append base_cfg "eht_oper_centr_freq_seg0_idx=$eht_center_seg0" "$N"
Expand Down

0 comments on commit 664fa78

Please sign in to comment.