fixup! hostapd: update to latest HEAD
authorDavid Bauer <[email protected]>
Fri, 13 May 2022 22:39:47 +0000 (00:39 +0200)
committerDavid Bauer <[email protected]>
Fri, 13 May 2022 22:39:47 +0000 (00:39 +0200)
package/network/services/hostapd/src/src/ap/ubus.c

index f7bb093ad2dd1c07c2acaf45acbd26ec8c8e708e..754d82b2fb51cf00a0d0b06097f7c98fa1897c8e 100644 (file)
@@ -893,6 +893,8 @@ hostapd_switch_chan(struct ubus_context *ctx, struct ubus_object *obj,
                                chwidth, seg0, seg1,
                                iconf->vht_capab,
                                mode ? &mode->he_capab[IEEE80211_MODE_AP] :
+                               NULL,
+                               mode ? &mode->eht_capab[IEEE80211_MODE_AP] :
                                NULL);
 
        for (i = 0; i < hapd->iface->num_bss; i++) {