diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-08 18:35:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-08 18:35:15 +0000 |
commit | fdc17c56250828878292842c1e84cb29c5e24113 (patch) | |
tree | 84a2958f3ff140a811aa71a4379ea5ea98155b51 /package/hostapd/patches/110-countrycode.patch | |
parent | be6c9f2769836de4e651188accac0ec14ddda8e2 (diff) |
hostapd: update to 2010-07-05
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22097 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 88dd1e92eb..11cf06e847 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 -@@ -659,7 +659,6 @@ static int setup_interface(struct hostap +@@ -660,7 +660,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"); |