projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix musb-hdrc module loading
[openwrt.git]
/
package
/
hostapd
/
patches
/
110-countrycode.patch
1
--- a/src/ap/hostapd.c
2
+++ b/src/ap/hostapd.c
3
@@ -660,7 +660,6 @@ static int setup_interface(struct hostap
4
country[3] = '\0';
5
if (hostapd_set_country(hapd, country) < 0) {
6
wpa_printf(MSG_ERROR, "Failed to set country code");
7
- return -1;
8
}
9
}
10
This page took
0.045203 seconds
and
5
git commands to generate.