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/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch | |
parent | 363f32c8ac1da6906b8e50f167fc3ec95b1946e0 (diff) | |
download | upstream-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.tar.gz upstream-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.tar.bz2 upstream-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.zip |
cfg80211: fix a locking issue (#20098)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46413
Diffstat (limited to 'package/kernel/mac80211/patches/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch')
-rw-r--r-- | package/kernel/mac80211/patches/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch b/package/kernel/mac80211/patches/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch index 5d806343d9..49b223d724 100644 --- a/package/kernel/mac80211/patches/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch +++ b/package/kernel/mac80211/patches/862-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch @@ -10,7 +10,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 -@@ -662,8 +662,36 @@ static struct wireless_dev *brcmf_cfg80211_add_iface(struct wiphy *wiphy, +@@ -662,8 +662,36 @@ static struct wireless_dev *brcmf_cfg802 u32 *flags, struct vif_params *params) { |