gvalkov

609-mwifiex-4.19.91-DFS-free

Jan 3rd, 2020
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.66 KB | None | 0 0
  1. Index: backports-5.4-rc8-1/drivers/net/wireless/marvell/mwifiex/cfg80211.c
  2. ===================================================================
  3. --- backports-5.4-rc8-1.orig/drivers/net/wireless/marvell/mwifiex/cfg80211.c
  4. +++ backports-5.4-rc8-1/drivers/net/wireless/marvell/mwifiex/cfg80211.c
  5. @@ -4439,7 +4439,8 @@ int mwifiex_register_cfg80211(struct mwi
  6.                 country_code =
  7.                     mwifiex_11d_code_2_region(
  8.                         adapter->region_code);
  9. -               if (country_code &&
  10. +               // do not load the firmware region
  11. +               if (0 && country_code &&
  12.                     regulatory_hint(wiphy, country_code))
  13.                     mwifiex_dbg(priv->adapter, ERROR,
  14.                             "regulatory_hint() failed\n");
Add Comment
Please, Sign In to add comment