From 9200e168f25e94a4b514f581e2e1f49048caa82f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 17 Jan 2017 22:41:18 +0100 Subject: [PATCH] mac80211: move (& update) upstream accepted brcmfmac patches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These 3 patches are now in wireless-drivers-next tree. Signed-off-by: Rafał Miłecki --- ...1-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch} | 1 + ...53-0002-brcmfmac-don-t-preset-all-channels-as-disabled.patch} | 1 + ...3-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch} | 1 + ...patch => 840-brcmfmac-make-brcmf_of_probe-more-generic.patch} | 0 ...ts.patch => 841-brcmfmac-use-wiphy_read_of_freq_limits.patch} | 0 5 files changed, 3 insertions(+) rename package/kernel/mac80211/patches/{840-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch => 353-0001-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch} (98%) rename package/kernel/mac80211/patches/{841-brcmfmac-don-t-preset-all-channels-as-disabled.patch => 353-0002-brcmfmac-don-t-preset-all-channels-as-disabled.patch} (96%) rename package/kernel/mac80211/patches/{842-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch => 353-0003-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch} (97%) rename package/kernel/mac80211/patches/{843-brcmfmac-make-brcmf_of_probe-more-generic.patch => 840-brcmfmac-make-brcmf_of_probe-more-generic.patch} (100%) rename package/kernel/mac80211/patches/{844-brcmfmac-use-wiphy_read_of_freq_limits.patch => 841-brcmfmac-use-wiphy_read_of_freq_limits.patch} (100%) diff --git a/package/kernel/mac80211/patches/840-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch b/package/kernel/mac80211/patches/353-0001-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch similarity index 98% rename from package/kernel/mac80211/patches/840-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch rename to package/kernel/mac80211/patches/353-0001-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch index 8456a1364c..710979a738 100644 --- a/package/kernel/mac80211/patches/840-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch +++ b/package/kernel/mac80211/patches/353-0001-brcmfmac-avoid-writing-channel-out-of-allocated-arra.patch @@ -23,6 +23,7 @@ it also avoids using channel[index] over and over. Fixes: 58de92d2f95e ("brcmfmac: use static superset of channels for wiphy bands") Signed-off-by: Rafał Miłecki Acked-by: Arend van Spriel +Signed-off-by: Kalle Valo --- --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c diff --git a/package/kernel/mac80211/patches/841-brcmfmac-don-t-preset-all-channels-as-disabled.patch b/package/kernel/mac80211/patches/353-0002-brcmfmac-don-t-preset-all-channels-as-disabled.patch similarity index 96% rename from package/kernel/mac80211/patches/841-brcmfmac-don-t-preset-all-channels-as-disabled.patch rename to package/kernel/mac80211/patches/353-0002-brcmfmac-don-t-preset-all-channels-as-disabled.patch index 4d2c4b03ea..dbe45642f3 100644 --- a/package/kernel/mac80211/patches/841-brcmfmac-don-t-preset-all-channels-as-disabled.patch +++ b/package/kernel/mac80211/patches/353-0002-brcmfmac-don-t-preset-all-channels-as-disabled.patch @@ -12,6 +12,7 @@ It will on the other hand allow more detailed runtime control over channels which is the main reason for this change. Signed-off-by: Rafał Miłecki +Signed-off-by: Kalle Valo --- --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c diff --git a/package/kernel/mac80211/patches/842-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch b/package/kernel/mac80211/patches/353-0003-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch similarity index 97% rename from package/kernel/mac80211/patches/842-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch rename to package/kernel/mac80211/patches/353-0003-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch index 2826c733ba..d7aa7e9558 100644 --- a/package/kernel/mac80211/patches/842-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch +++ b/package/kernel/mac80211/patches/353-0003-brcmfmac-setup-wiphy-bands-after-registering-it-firs.patch @@ -20,6 +20,7 @@ due to hardware setup (design). Signed-off-by: Rafał Miłecki Acked-by: Arend van Spriel +Signed-off-by: Kalle Valo --- --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c diff --git a/package/kernel/mac80211/patches/843-brcmfmac-make-brcmf_of_probe-more-generic.patch b/package/kernel/mac80211/patches/840-brcmfmac-make-brcmf_of_probe-more-generic.patch similarity index 100% rename from package/kernel/mac80211/patches/843-brcmfmac-make-brcmf_of_probe-more-generic.patch rename to package/kernel/mac80211/patches/840-brcmfmac-make-brcmf_of_probe-more-generic.patch diff --git a/package/kernel/mac80211/patches/844-brcmfmac-use-wiphy_read_of_freq_limits.patch b/package/kernel/mac80211/patches/841-brcmfmac-use-wiphy_read_of_freq_limits.patch similarity index 100% rename from package/kernel/mac80211/patches/844-brcmfmac-use-wiphy_read_of_freq_limits.patch rename to package/kernel/mac80211/patches/841-brcmfmac-use-wiphy_read_of_freq_limits.patch -- 2.30.2