]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/wireless/reg.c
cfg80211: don't WARN about two consecutive Country IE hint
[karo-tx-linux.git] / net / wireless / reg.c
index 7ddd16a51adf93f8f35e67095e8ba6f590dbad60..c9f5ad5d5d942b95f84ebb4708e26ab8e4ba656e 100644 (file)
@@ -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;
 }