cfg80211: fix a locking issue (#20098)
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / 863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch
index e8771af68c86f55c4eeecaf8d28bbdc233ad613d..32989eb69d0a68888018c40cf8139e7181e8e37b 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 
 --- a/drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c
 +++ b/drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c
-@@ -5813,6 +5813,7 @@ static void brcmf_wiphy_wowl_params(struct wiphy *wiphy)
+@@ -5813,6 +5813,7 @@ static void brcmf_wiphy_wowl_params(stru
  
  static int brcmf_setup_wiphy(struct wiphy *wiphy, struct brcmf_if *ifp)
  {
@@ -28,7 +28,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
        struct ieee80211_supported_band *band;
        __le32 bandlist[3];
        u32 n_bands;
-@@ -5826,6 +5827,19 @@ static int brcmf_setup_wiphy(struct wiphy *wiphy, struct brcmf_if *ifp)
+@@ -5826,6 +5827,19 @@ static int brcmf_setup_wiphy(struct wiph
        if (err)
                return err;