hostapd: update to latest version (20130707)
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 510-bring_down_interface.patch
index 3cfed29862f964bc8a3cfac50a677d4b7068c964..e7520df341262b2a35001328b57fd716d4d7f951 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -8102,12 +8102,7 @@ static int wpa_driver_nl80211_set_mode(s
+@@ -8145,12 +8145,7 @@ static int wpa_driver_nl80211_set_mode(s
                        /* Try to set the mode again while the interface is
                         * down */
                        ret = nl80211_set_mode(drv, drv->ifindex, nlmode);
@@ -14,7 +14,7 @@
                                break;
                } else
                        wpa_printf(MSG_DEBUG, "nl80211: Failed to set "
-@@ -8120,6 +8115,8 @@ static int wpa_driver_nl80211_set_mode(s
+@@ -8163,6 +8158,8 @@ static int wpa_driver_nl80211_set_mode(s
                           "interface is down");
                drv->nlmode = nlmode;
                drv->ignore_if_down_event = 1;