allow hostapd to continue, even if setting the country code fails

SVN-Revision: 14287
This commit is contained in:
Felix Fietkau 2009-01-30 19:33:09 +00:00
parent 1fc4820680
commit 7cb6d9f6a1

View File

@ -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 &&