hostapd: add ubus notifications for adding/removing vlan interfaces
[openwrt/staging/mkresin.git] / package / network / services / hostapd / patches / 700-wifi-reload.patch
index 4acf4aaa061b1b643c9e1983c65ccf051020156f..b68c1aaa9da9a33f91c0fc1922dcbad95cf8ff02 100644 (file)
@@ -51,9 +51,9 @@
  #define AIRTIME_MODE_MAX (__AIRTIME_MODE_MAX - 1)
  #endif /* CONFIG_AIRTIME_POLICY */
 +      char *config_id;
- };
  
+       u8 notify_mgmt_frames;
+ };
 --- a/src/ap/hostapd.c
 +++ b/src/ap/hostapd.c
 @@ -218,6 +218,10 @@ static int hostapd_iface_conf_changed(st
  hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -4493,6 +4493,9 @@ static int wpa_driver_nl80211_set_ap(voi
+@@ -4511,6 +4511,9 @@ static int wpa_driver_nl80211_set_ap(voi
        if (ret) {
                wpa_printf(MSG_DEBUG, "nl80211: Beacon set failed: %d (%s)",
                           ret, strerror(-ret));