From: Vasanthakumar Thiagarajan Date: Wed, 26 Aug 2009 15:38:43 +0000 (+0530) Subject: ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces X-Git-Tag: v2.6.32-rc1~703^2~275^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f985ad12b595094839fddaf757fcf5d853ed3d7f;p=pandora-kernel.git ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces This function currently does initialization + enable the btcoex support. Split it into two logical functions which does the above operations separately. Btcoex initialization is done during attach time and enabling this feature is done in start(). Also, add code to disable btcoex support in stop(). Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: John W. Linville --- Reading git-diff-tree failed