diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2014-04-26 19:48:06 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-26 19:48:06 +0000 |
| commit | 8a831de514cc86b01527fa5325dea3fc490d735e (patch) | |
| tree | 077c938ed25df3f97dab1b58d2cc414984755bcc /package/network/services/hostapd/patches/410-bring_down_interface.patch | |
| parent | 4bfc83bba9ce5489f4bfc06a45ca3e6bfc7a0815 (diff) | |
| download | mtk-20170518-8a831de514cc86b01527fa5325dea3fc490d735e.zip mtk-20170518-8a831de514cc86b01527fa5325dea3fc490d735e.tar.gz mtk-20170518-8a831de514cc86b01527fa5325dea3fc490d735e.tar.bz2 | |
hostapd: update to version 2014-04-24, fixes some dfs related issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40571
Diffstat (limited to 'package/network/services/hostapd/patches/410-bring_down_interface.patch')
| -rw-r--r-- | package/network/services/hostapd/patches/410-bring_down_interface.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/410-bring_down_interface.patch b/package/network/services/hostapd/patches/410-bring_down_interface.patch index fc61ed5..5a57249 100644 --- a/package/network/services/hostapd/patches/410-bring_down_interface.patch +++ b/package/network/services/hostapd/patches/410-bring_down_interface.patch @@ -1,6 +1,6 @@ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -8873,12 +8873,7 @@ static int wpa_driver_nl80211_set_mode(s +@@ -8936,12 +8936,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 " -@@ -8891,6 +8886,8 @@ static int wpa_driver_nl80211_set_mode(s +@@ -8954,6 +8949,8 @@ static int wpa_driver_nl80211_set_mode(s "interface is down"); drv->nlmode = nlmode; drv->ignore_if_down_event = 1; |
