aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/710-bring_down_interface.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
commitd7bdfca6d0879280b8b6f4e5e2f6e9086421a982 (patch)
tree4b4d4d0aeceee1ad8bfef80bc498a0bb078f91a0 /package/hostapd/patches/710-bring_down_interface.patch
parentedfcbe5705a9d1ce7d21f7bf7460593447875822 (diff)
downloadupstream-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.gz
upstream-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.bz2
upstream-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.zip
hostapd: update to 2011-04-21
SVN-Revision: 26749
Diffstat (limited to 'package/hostapd/patches/710-bring_down_interface.patch')
-rw-r--r--package/hostapd/patches/710-bring_down_interface.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/710-bring_down_interface.patch b/package/hostapd/patches/710-bring_down_interface.patch
index 9ee9925d6f..20e226471b 100644
--- a/package/hostapd/patches/710-bring_down_interface.patch
+++ b/package/hostapd/patches/710-bring_down_interface.patch
@@ -1,6 +1,6 @@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -4904,9 +4904,6 @@ static int wpa_driver_nl80211_set_mode(v
+@@ -4919,9 +4919,6 @@ static int wpa_driver_nl80211_set_mode(v
/* Try to set the mode again while the interface is
* down */
ret = nl80211_set_mode(drv, drv->ifindex, nlmode);
@@ -10,7 +10,7 @@
if (!ret)
break;
} else
-@@ -4919,6 +4916,8 @@ static int wpa_driver_nl80211_set_mode(v
+@@ -4934,6 +4931,8 @@ static int wpa_driver_nl80211_set_mode(v
wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while "
"interface is down");
drv->nlmode = nlmode;