From 7cb6d9f6a16b9223b6bfe7667b0f6a5a0aff6683 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 30 Jan 2009 19:33:09 +0000 Subject: allow hostapd to continue, even if setting the country code fails SVN-Revision: 14287 --- package/hostapd/patches/120-countrycode.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/hostapd/patches/120-countrycode.patch (limited to 'package/hostapd') diff --git a/package/hostapd/patches/120-countrycode.patch b/package/hostapd/patches/120-countrycode.patch new file mode 100644 index 0000000000..b719544ada --- /dev/null +++ b/package/hostapd/patches/120-countrycode.patch @@ -0,0 +1,10 @@ +--- a/hostapd/hostapd.c ++++ b/hostapd/hostapd.c +@@ -1535,7 +1535,6 @@ static int setup_interface(struct hostap + hostapd_set_ieee80211d(hapd, 1) < 0) { + printf("Failed to set ieee80211d (%d)\n", + hapd->iconf->ieee80211d); +- return -1; + } + + if (hapd->iconf->bridge_packets != INTERNAL_BRIDGE_DO_NOT_CONTROL && -- cgit v1.2.3