diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-09 17:36:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-09 17:36:10 +0000 |
commit | 86b31fdc273216fe19d2361984e793ed9bd67f20 (patch) | |
tree | d984a739012b47efbc0325f9ef6cb0ca42aa1593 /package/hostapd/patches/110-countrycode.patch | |
parent | 6bcc6634022213a80cd4302c2a9822ace3d55f24 (diff) |
hostapd: upgrade to 20100309
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 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 dec26ee02f..083de89c14 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 -@@ -649,7 +649,6 @@ static int setup_interface(struct hostap +@@ -650,7 +650,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"); |