ath9k: defer btcoex scheme update
As btcoex scheme updation might sleep, remove the function call from tasklet context and queue it up as a separate work. Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
dfd0587a7d
commit
3c7992e33a
@@ -698,6 +698,7 @@ struct ath_softc {
|
||||
#ifdef CONFIG_ATH9K_BTCOEX_SUPPORT
|
||||
struct ath_btcoex btcoex;
|
||||
struct ath_mci_coex mci_coex;
|
||||
struct work_struct mci_work;
|
||||
#endif
|
||||
|
||||
struct ath_descdma txsdma;
|
||||
|
Reference in New Issue
Block a user