[PATCH 2/3] ath6kl: after cleanup properly reflect that sg is disabled

James Minor james.minor at ni.com
Mon Oct 3 11:00:03 PDT 2016


This allows the hardware to be restarted, as it will cause the
sg to be reinitialized.

Signed-off-by: James Minor <james.minor at ni.com>
Reviewed-by: Steve deRosier <steve.derosier at lairdtech.com>
---
 drivers/net/wireless/ath/ath6kl/sdio.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c
index 96ed060..8261e24 100644
--- a/drivers/net/wireless/ath/ath6kl/sdio.c
+++ b/drivers/net/wireless/ath/ath6kl/sdio.c
@@ -714,6 +714,8 @@ static void ath6kl_sdio_cleanup_scatter(struct ath6kl *ar)
 		spin_lock_bh(&ar_sdio->scat_lock);
 	}
 	spin_unlock_bh(&ar_sdio->scat_lock);
+
+	ar_sdio->scatter_enabled = false;
 }
 
 /* setup of HIF scatter resources */
-- 
1.9.1




More information about the ath6kl mailing list