|
|
@@ -484,7 +484,7 @@ as adding/removing interfaces.
|
|
|
}
|
|
|
|
|
|
if (drv->capa.flags2 & WPA_DRIVER_FLAGS2_CONTROL_PORT_RX) {
|
|
|
-@@ -9307,6 +9325,50 @@ static int wpa_driver_nl80211_if_remove(
|
|
|
+@@ -9310,6 +9328,50 @@ static int wpa_driver_nl80211_if_remove(
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
@@ -535,7 +535,7 @@ as adding/removing interfaces.
|
|
|
|
|
|
static int cookie_handler(struct nl_msg *msg, void *arg)
|
|
|
{
|
|
|
-@@ -11192,6 +11254,37 @@ static bool nl80211_is_drv_shared(void *
|
|
|
+@@ -11195,6 +11257,37 @@ static bool nl80211_is_drv_shared(void *
|
|
|
#endif /* CONFIG_IEEE80211BE */
|
|
|
|
|
|
|
|
|
@@ -573,7 +573,7 @@ as adding/removing interfaces.
|
|
|
static int driver_nl80211_send_mlme(void *priv, const u8 *data,
|
|
|
size_t data_len, int noack,
|
|
|
unsigned int freq,
|
|
|
-@@ -15011,6 +15104,8 @@ const struct wpa_driver_ops wpa_driver_n
|
|
|
+@@ -15014,6 +15107,8 @@ const struct wpa_driver_ops wpa_driver_n
|
|
|
.set_acl = wpa_driver_nl80211_set_acl,
|
|
|
.if_add = wpa_driver_nl80211_if_add,
|
|
|
.if_remove = driver_nl80211_if_remove,
|