2010-01-08 16:55:19 +00:00
|
|
|
--- a/src/ap/hostapd.c
|
|
|
|
+++ b/src/ap/hostapd.c
|
2010-03-09 17:36:10 +00:00
|
|
|
@@ -650,7 +650,6 @@ static int setup_interface(struct hostap
|
2009-02-17 20:21:02 +00:00
|
|
|
country[3] = '\0';
|
2010-01-08 16:55:19 +00:00
|
|
|
if (hostapd_set_country(hapd, country) < 0) {
|
2009-02-17 20:21:02 +00:00
|
|
|
wpa_printf(MSG_ERROR, "Failed to set country code");
|
|
|
|
- return -1;
|
2010-01-08 16:55:19 +00:00
|
|
|
}
|
2009-01-30 19:33:09 +00:00
|
|
|
}
|
|
|
|
|