|
|
@@ -1989,11 +1989,8 @@ __reg_process_hint_country_ie(struct wiphy *wiphy,
|
|
|
return REG_REQ_IGNORE;
|
|
|
return REG_REQ_ALREADY_SET;
|
|
|
}
|
|
|
- /*
|
|
|
- * Two consecutive Country IE hints on the same wiphy.
|
|
|
- * This should be picked up early by the driver/stack
|
|
|
- */
|
|
|
- if (WARN_ON(regdom_changes(country_ie_request->alpha2)))
|
|
|
+
|
|
|
+ if (regdom_changes(country_ie_request->alpha2))
|
|
|
return REG_REQ_OK;
|
|
|
return REG_REQ_ALREADY_SET;
|
|
|
}
|