Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db14b18a authored by James Minor's avatar James Minor Committed by Kalle Valo
Browse files

ath6kl: after cleanup properly reflect that sg is disabled



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

Signed-off-by: default avatarJames Minor <james.minor@ni.com>
Reviewed-by: default avatarSteve deRosier <steve.derosier@lairdtech.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 3605d751
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */