openwrtv4/package/hostapd/patches/110-countrycode.patch
Felix Fietkau 1aa0192b94 hostapd: upgrade to 20100309
SVN-Revision: 20090
2010-03-09 17:36:10 +00:00

10 lines
261 B
Diff

--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
@@ -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");
- return -1;
}
}