|
@@ -6778,7 +6778,7 @@ static void brcmf_cfg80211_reg_notifier(struct wiphy *wiphy,
|
|
/* ignore non-ISO3166 country codes */
|
|
/* ignore non-ISO3166 country codes */
|
|
for (i = 0; i < sizeof(req->alpha2); i++)
|
|
for (i = 0; i < sizeof(req->alpha2); i++)
|
|
if (req->alpha2[i] < 'A' || req->alpha2[i] > 'Z') {
|
|
if (req->alpha2[i] < 'A' || req->alpha2[i] > 'Z') {
|
|
- brcmf_err("not a ISO3166 code (0x%02x 0x%02x)\n",
|
|
|
|
|
|
+ brcmf_err("not an ISO3166 code (0x%02x 0x%02x)\n",
|
|
req->alpha2[0], req->alpha2[1]);
|
|
req->alpha2[0], req->alpha2[1]);
|
|
return;
|
|
return;
|
|
}
|
|
}
|