hostapd: update to version 2021-05-21
[openwrt/staging/wigyori.git] / package / network / services / hostapd / patches / 461-driver_nl80211-use-new-parameters-during-ibss-join.patch
index 61d2089bc8bcd819e78bcc41cea2e33d565b6303..1d2a053faafa71069ae82bd1b04caef6077eb28a 100644 (file)
@@ -10,7 +10,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
 
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -5584,7 +5584,7 @@ static int wpa_driver_nl80211_ibss(struc
+@@ -5951,7 +5951,7 @@ static int wpa_driver_nl80211_ibss(struc
                                   struct wpa_driver_associate_params *params)
  {
        struct nl_msg *msg;
@@ -19,7 +19,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
        int count = 0;
  
        wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex);
-@@ -5611,6 +5611,37 @@ retry:
+@@ -5978,6 +5978,37 @@ retry:
            nl80211_put_beacon_int(msg, params->beacon_int))
                goto fail;