projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hostapd: update to 2011-04-21
[openwrt.git]
/
package
/
hostapd
/
patches
/
710-bring_down_interface.patch
diff --git
a/package/hostapd/patches/710-bring_down_interface.patch
b/package/hostapd/patches/710-bring_down_interface.patch
index
29f29d3
..
20e2264
100644
(file)
--- 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
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -4
864,9 +4864
,6 @@ static int wpa_driver_nl80211_set_mode(v
+@@ -4
919,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);
/* 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
if (!ret)
break;
} else
-@@ -4
879,6 +4876
,8 @@ static int wpa_driver_nl80211_set_mode(v
+@@ -4
934,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;
wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while "
"interface is down");
drv->nlmode = nlmode;
This page took
0.022491 seconds
and
4
git commands to generate.