hostapd: update to 2014-06-03
[openwrt.git] / package / network / services / hostapd / patches / 501-driver_nl80211-use-new-parameters-during-ibss-join.patch
index c774682..e7484d9 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
-@@ -8455,7 +8455,7 @@ static int wpa_driver_nl80211_ibss(struc
+@@ -8581,7 +8581,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);
-@@ -8494,6 +8494,37 @@ retry:
+@@ -8620,6 +8620,37 @@ retry:
                            params->beacon_int);
        }