commit | f985ad12b595094839fddaf757fcf5d853ed3d7f | [log] [tgz] |
---|---|---|
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | Wed Aug 26 21:08:43 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 28 14:40:48 2009 -0400 |
tree | f485fc5812004b9d7261e4b87882480ce247e232 | |
parent | 4a7f13eef508012bd1b0ffbb24b807e3494f31cd [diff] |
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 <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>