fixup! hostapd: update to latest HEAD
authorDavid Bauer <[email protected]>
Fri, 13 May 2022 22:33:28 +0000 (00:33 +0200)
committerDavid Bauer <[email protected]>
Fri, 13 May 2022 22:36:34 +0000 (00:36 +0200)
package/network/services/hostapd/patches/340-reload_freq_change.patch
package/network/services/hostapd/src/src/ap/ubus.c

index 3d51a47a1edd80502b40d14f07bf1244e3f53829..89259f2f44ca0d7f27698d93a704aa27fec22811 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/ap/hostapd.c
 +++ b/src/ap/hostapd.c
-@@ -115,6 +115,28 @@ static void hostapd_reload_bss(struct ho
+@@ -115,6 +115,29 @@ static void hostapd_reload_bss(struct ho
  #endif /* CONFIG_NO_RADIUS */
  
        ssid = &hapd->conf->ssid;
@@ -12,6 +12,7 @@
 +                       hapd->iconf->ieee80211n,
 +                       hapd->iconf->ieee80211ac,
 +                       hapd->iconf->ieee80211ax,
++                       hapd->iconf->ieee80211be,
 +                       hapd->iconf->secondary_channel,
 +                       hostapd_get_oper_chwidth(hapd->iconf),
 +                       hostapd_get_oper_centr_freq_seg0_idx(hapd->iconf),
index fa325ea6e5941fe25febe98f32c1482154e1023d..f7bb093ad2dd1c07c2acaf45acbd26ec8c8e708e 100644 (file)
@@ -888,6 +888,7 @@ hostapd_switch_chan(struct ubus_context *ctx, struct ubus_object *obj,
                                css.freq_params.ht_enabled,
                                css.freq_params.vht_enabled,
                                css.freq_params.he_enabled,
+                               css.freq_params.eht_enabled,
                                css.freq_params.sec_channel_offset,
                                chwidth, seg0, seg1,
                                iconf->vht_capab,