[source] mac80211: brcmfmac: update Raspberry Pi patches for linux 4.9

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 7 14:19:03 PST 2017


noltari pushed a commit to source.git, branch master:
https://git.lede-project.org/fd94fa61a7b8b55ad6d297b899a8491042a57227

commit fd94fa61a7b8b55ad6d297b899a8491042a57227
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Tue Feb 7 23:16:26 2017 +0100

    mac80211: brcmfmac: update Raspberry Pi patches for linux 4.9
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 .../kernel/mac80211/patches/862-brcmfmac-Disable-power-management.patch | 2 +-
 .../864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kernel/mac80211/patches/862-brcmfmac-Disable-power-management.patch b/package/kernel/mac80211/patches/862-brcmfmac-Disable-power-management.patch
index f0226a2..1819cf3 100644
--- a/package/kernel/mac80211/patches/862-brcmfmac-Disable-power-management.patch
+++ b/package/kernel/mac80211/patches/862-brcmfmac-Disable-power-management.patch
@@ -18,7 +18,7 @@ Signed-off-by: Phil Elwell <phil at raspberrypi.org>
  	 * preference in cfg struct to apply this to
  	 * FW later while initializing the dongle
  	 */
-+#if defined(CONFIG_ARCH_BCM2708) || defined(CONFIG_ARCH_BCM2709)
++#if defined(CONFIG_ARCH_BCM2835)
 +	brcmf_dbg(INFO, "power management disabled\n");
 +	enabled = false;
 +#endif
diff --git a/package/kernel/mac80211/patches/864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch b/package/kernel/mac80211/patches/864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch
index 5ae4c11..891c539 100644
--- a/package/kernel/mac80211/patches/864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch
+++ b/package/kernel/mac80211/patches/864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch
@@ -13,7 +13,7 @@ Signed-off-by: Phil Elwell <phil at raspberrypi.org>
  module_param_named(fcmode, brcmf_fcmode, int, 0);
  MODULE_PARM_DESC(fcmode, "Mode of firmware signalled flow control");
  
-+#if defined(CONFIG_ARCH_BCM2708) || defined(CONFIG_ARCH_BCM2709)
++#if defined(CONFIG_ARCH_BCM2835)
 +static int brcmf_roamoff = 1;
 +#else
  static int brcmf_roamoff;



More information about the lede-commits mailing list