openwrtv4/package/hostapd/patches/110-countrycode.patch
Felix Fietkau b6ea79a06b hostapd: update to 20100418 (0.7.2)
SVN-Revision: 21142
2010-04-24 17:24:07 +00:00

10 lines
261 B
Diff

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