diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-13 12:38:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-13 12:38:51 +0000 |
commit | 5d57cd2414dbfad491943e83a0e42e229f297977 (patch) | |
tree | 8503ead2c3bd47cd5e85f1023254439a32dca9f4 /package/hostapd/patches/510-bring_down_interface.patch | |
parent | dac5ed38b63d31c26339916517c27b30dc8ab1c6 (diff) | |
download | upstream-5d57cd2414dbfad491943e83a0e42e229f297977.tar.gz upstream-5d57cd2414dbfad491943e83a0e42e229f297977.tar.bz2 upstream-5d57cd2414dbfad491943e83a0e42e229f297977.zip |
hostapd: update to 2012-09-10
SVN-Revision: 33392
Diffstat (limited to 'package/hostapd/patches/510-bring_down_interface.patch')
-rw-r--r-- | package/hostapd/patches/510-bring_down_interface.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/510-bring_down_interface.patch b/package/hostapd/patches/510-bring_down_interface.patch index da21313148..7481eb152a 100644 --- a/package/hostapd/patches/510-bring_down_interface.patch +++ b/package/hostapd/patches/510-bring_down_interface.patch @@ -1,6 +1,6 @@ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -7026,8 +7026,6 @@ static int wpa_driver_nl80211_set_mode(s +@@ -7144,8 +7144,6 @@ static int wpa_driver_nl80211_set_mode(s ret = nl80211_set_mode(drv, drv->ifindex, nlmode); if (ret == -EACCES) break; @@ -9,7 +9,7 @@ if (res && !ret) ret = -1; else if (ret != -EBUSY) -@@ -7043,6 +7041,7 @@ static int wpa_driver_nl80211_set_mode(s +@@ -7161,6 +7159,7 @@ static int wpa_driver_nl80211_set_mode(s "interface is down"); drv->nlmode = nlmode; drv->ignore_if_down_event = 1; |