diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-24 03:34:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-24 03:34:46 +0000 |
commit | cbbe49a1d8f3daabca43b65184a18fd895f90b2d (patch) | |
tree | 3bdb5db904b0b68ae748a2966dc16e053b478af4 /package/hostapd/patches/710-bring_down_interface.patch | |
parent | e15e8f6976a0812fd259860499476d1cad3c268f (diff) | |
download | upstream-cbbe49a1d8f3daabca43b65184a18fd895f90b2d.tar.gz upstream-cbbe49a1d8f3daabca43b65184a18fd895f90b2d.tar.bz2 upstream-cbbe49a1d8f3daabca43b65184a18fd895f90b2d.zip |
hostapd: fix a few compile errors and warnings
SVN-Revision: 26751
Diffstat (limited to 'package/hostapd/patches/710-bring_down_interface.patch')
-rw-r--r-- | package/hostapd/patches/710-bring_down_interface.patch | 4 |
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 20e226471b..7da78c40a5 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 -@@ -4919,9 +4919,6 @@ static int wpa_driver_nl80211_set_mode(v +@@ -4921,9 +4921,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 -@@ -4934,6 +4931,8 @@ static int wpa_driver_nl80211_set_mode(v +@@ -4936,6 +4933,8 @@ static int wpa_driver_nl80211_set_mode(v wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while " "interface is down"); drv->nlmode = nlmode; |