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 | b6ea79a06b55b31649bf7bec2e02a81c9f902490 (patch) | |
tree | f4407578c92729cb38d2818755c81239ed83c6b4 /package/hostapd/patches/110-countrycode.patch | |
parent | db0238e698ca5151f8c8a5ce4ed2b0a949f6fa02 (diff) | |
download | mtk-20170518-b6ea79a06b55b31649bf7bec2e02a81c9f902490.zip mtk-20170518-b6ea79a06b55b31649bf7bec2e02a81c9f902490.tar.gz mtk-20170518-b6ea79a06b55b31649bf7bec2e02a81c9f902490.tar.bz2 |
hostapd: update to 20100418 (0.7.2)
SVN-Revision: 21142
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 083de89..88dd1e9 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"); |