aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-01 07:09:59 +0100
committerRafał Miłecki <rafal@milecki.pl>2017-03-01 07:10:48 +0100
commit339de8234775f512dbd7cad9064acb327e48abc4 (patch)
tree8d32c5544aa9a1b237ac3d67a7f1f357457b5283 /package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
parent9209511d61fce02b0af48b44d963150e076e0f7e (diff)
downloadupstream-339de8234775f512dbd7cad9064acb327e48abc4.tar.gz
upstream-339de8234775f512dbd7cad9064acb327e48abc4.tar.bz2
upstream-339de8234775f512dbd7cad9064acb327e48abc4.zip
mac80211: brcmfmac: always print error when PSM's watchdog fires
This error is important enough to be displayed even without debugging. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch')
-rw-r--r--package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch b/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
index d09057f896..51de76e51f 100644
--- a/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
+++ b/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
@@ -13,7 +13,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
-@@ -1196,6 +1196,7 @@ int __init brcmf_core_init(void)
+@@ -1218,6 +1218,7 @@ int __init brcmf_core_init(void)
{
if (!schedule_work(&brcmf_driver_work))
return -EBUSY;