mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
b6ea79a06b
SVN-Revision: 21142
11 lines
261 B
Diff
11 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;
|
|
}
|
|
}
|
|
|