From: Mohammed Shafi Shajakhan Date: Fri, 6 Jul 2012 14:39:32 +0000 (+0530) Subject: ath9k: Stop the BTCOEX timers before disabling BTCOEX X-Git-Tag: v3.6-rc1~125^2~57^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32cdbd84ffe289a1386eccb794b047a8366913d;p=pandora-kernel.git ath9k: Stop the BTCOEX timers before disabling BTCOEX Its safe to stop the BTCOEX timers 'period_timer' and 'no_stomp_timer' before disabling BTCOEX. These timers can call ath9k_hw_btcoex_enable (or) change the BT stomp type if they seem to be running after we had called ath9k_hw_btcoex_disable, which is obviously not correct. Cc: Rajkumar Manoharan Cc: Bala Shanmugam Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: John W. Linville --- Reading git-diff-tree failed