hostapd: update to version 2014-04-04
[openwrt/svn-archive/archive.git] / package / network / services / hostapd / patches / 410-bring_down_interface.patch
index 31033a01a41fe530d70b2d3fa31dd286aab54582..fc61ed5e0c0244c3015ff1994c6f7ccbc5c86cf3 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -8480,12 +8480,7 @@ static int wpa_driver_nl80211_set_mode(s
+@@ -8873,12 +8873,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 "
-@@ -8498,6 +8493,8 @@ static int wpa_driver_nl80211_set_mode(s
+@@ -8891,6 +8886,8 @@ static int wpa_driver_nl80211_set_mode(s
                           "interface is down");
                drv->nlmode = nlmode;
                drv->ignore_if_down_event = 1;