X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/acbc4c5f9530b1e9ef782baaf33c72bd7d775c1b..88e4479ac182b2d0b4b3541b6e9f7b5d0748b973:/package/hostapd/patches/551-nl80211_del_beacon_bss.patch diff --git a/package/hostapd/patches/551-nl80211_del_beacon_bss.patch b/package/hostapd/patches/551-nl80211_del_beacon_bss.patch index 1d08b9390..e24e92f40 100644 --- a/package/hostapd/patches/551-nl80211_del_beacon_bss.patch +++ b/package/hostapd/patches/551-nl80211_del_beacon_bss.patch @@ -44,7 +44,7 @@ /** * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface -@@ -5905,4 +5923,5 @@ const struct wpa_driver_ops wpa_driver_n +@@ -5882,4 +5900,5 @@ const struct wpa_driver_ops wpa_driver_n .signal_monitor = nl80211_signal_monitor, .send_frame = nl80211_send_frame, .set_intra_bss = nl80211_set_intra_bss, @@ -52,7 +52,7 @@ }; --- a/src/drivers/driver.h +++ b/src/drivers/driver.h -@@ -1915,6 +1915,8 @@ struct wpa_driver_ops { +@@ -1909,6 +1909,8 @@ struct wpa_driver_ops { * set_intra_bss - Enables/Disables intra BSS bridging */ int (*set_intra_bss)(void *priv, int enabled);