diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-24 17:24:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-24 17:24:07 +0000 |
commit | 2b3ae4b005adb08202aace4fdbbb1f221d862323 (patch) | |
tree | 0921d6553b15595b2082f7a4e738a92f34204ce1 /package/hostapd/patches/110-countrycode.patch | |
parent | 80ebf07db28b948261d103211318596e40160873 (diff) | |
download | upstream-2b3ae4b005adb08202aace4fdbbb1f221d862323.tar.gz upstream-2b3ae4b005adb08202aace4fdbbb1f221d862323.tar.bz2 upstream-2b3ae4b005adb08202aace4fdbbb1f221d862323.zip |
hostapd: update to 20100418 (0.7.2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21142 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/110-countrycode.patch')
-rw-r--r-- | package/hostapd/patches/110-countrycode.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/110-countrycode.patch b/package/hostapd/patches/110-countrycode.patch index 083de89c14..88dd1e92eb 100644 --- a/package/hostapd/patches/110-countrycode.patch +++ b/package/hostapd/patches/110-countrycode.patch @@ -1,6 +1,6 @@ --- a/src/ap/hostapd.c +++ b/src/ap/hostapd.c -@@ -650,7 +650,6 @@ static int setup_interface(struct hostap +@@ -659,7 +659,6 @@ static int setup_interface(struct hostap country[3] = '\0'; if (hostapd_set_country(hapd, country) < 0) { wpa_printf(MSG_ERROR, "Failed to set country code"); |