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