X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhostapd%2Fpatches%2F110-countrycode.patch;h=083de89c14346ca16cca304fa6b72b9ef837b622;hb=86b31fdc273216fe19d2361984e793ed9bd67f20;hp=73738f15ea6587b532f2e14a642db17ae3c68407;hpb=8d2137b93d3f9ab6fbb446f4510076a0be77a403;p=openwrt-10.03%2F.git diff --git a/package/hostapd/patches/110-countrycode.patch b/package/hostapd/patches/110-countrycode.patch index 73738f15e..083de89c1 100644 --- a/package/hostapd/patches/110-countrycode.patch +++ b/package/hostapd/patches/110-countrycode.patch @@ -1,14 +1,10 @@ ---- a/hostapd/hostapd.c -+++ b/hostapd/hostapd.c -@@ -1339,10 +1339,8 @@ static int setup_interface(struct hostap - if (hapd->iconf->country[0] && hapd->iconf->country[1]) { - os_memcpy(country, hapd->iconf->country, 3); +--- a/src/ap/hostapd.c ++++ b/src/ap/hostapd.c +@@ -650,7 +650,6 @@ static int setup_interface(struct hostap country[3] = '\0'; -- if (hostapd_set_country(hapd, country) < 0) { -+ if (hostapd_set_country(hapd, country) < 0) + if (hostapd_set_country(hapd, country) < 0) { wpa_printf(MSG_ERROR, "Failed to set country code"); - return -1; -- } + } } - if (hapd->iconf->bridge_packets != INTERNAL_BRIDGE_DO_NOT_CONTROL &&