commit | 46dbe2476c93026b20ddf36c6995e678bd867000 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Fri Oct 09 04:26:23 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Oct 14 14:21:29 2015 +0300 |
tree | 915089a46662331a74362d56efda65e9112ed061 | |
parent | a484804b3eb8de64a2497c484a08359f7ae28210 [diff] |
mwifiex: control WLAN and bluetooth coexistence modes By default our chip will be in spatial coexistence mode. This patch adds a provision to change it to timeshare mode via debugfs command. Enable timeshare coexistence mode echo 1 > /sys/kernel/debug/mwifiex/mlan0/timeshare_coex Go back to spacial coexistence mode echo 0 > /sys/kernel/debug/mwifiex/mlan0/timeshare_coex Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>