diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-18 19:10:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-18 19:10:38 +0000 |
commit | 621dd13590c0a43ee67ef3c23fa0ae2b9dd152da (patch) | |
tree | 53a1caabc3fb2854b83bc3d4b1a1d773494f7048 /package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch | |
parent | 363f32c8ac1da6906b8e50f167fc3ec95b1946e0 (diff) | |
download | mtk-20170518-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.zip mtk-20170518-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.tar.gz mtk-20170518-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.tar.bz2 |
cfg80211: fix a locking issue (#20098)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46413
Diffstat (limited to 'package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch')
-rw-r--r-- | package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch b/package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch index e8771af..32989eb 100644 --- a/package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch +++ b/package/kernel/mac80211/patches/863-brcmfmac-set-wiphy-s-addresses-to-provide-valid-MACs.patch @@ -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; |