|
|
@@ -1,7 +1,7 @@
|
|
|
-From 66ab63fbb33bf367807e3e471231379dce6f8b8c Mon Sep 17 00:00:00 2001
|
|
|
+From 1ac11ae949dd883854f4523ef8e3a32aabfd6256 Mon Sep 17 00:00:00 2001
|
|
|
From: Arend van Spriel <[email protected]>
|
|
|
Date: Thu, 11 Jul 2019 11:05:10 +0200
|
|
|
-Subject: [PATCH 5/7] brcmfmac: avoid firmware commands when bus is down
|
|
|
+Subject: [PATCH] brcmfmac: avoid firmware commands when bus is down
|
|
|
|
|
|
Upon rmmod a few attempts are made to inform firmware, but there is
|
|
|
no point as the bus is down and these will fail. Avoid them to keep
|
|
|
@@ -12,6 +12,7 @@ Reviewed-by: Hante Meuleman <[email protected]>
|
|
|
Reviewed-by: Pieter-Paul Giesberts <[email protected]>
|
|
|
Reviewed-by: Franky Lin <[email protected]>
|
|
|
Signed-off-by: Arend van Spriel <[email protected]>
|
|
|
+Signed-off-by: Kalle Valo <[email protected]>
|
|
|
---
|
|
|
.../broadcom/brcm80211/brcmfmac/cfg80211.c | 23 +++++++++++--------
|
|
|
1 file changed, 13 insertions(+), 10 deletions(-)
|