RE: [PATCH] mwifiex: control WLAN and bluetooth coexistence modes

2015-10-06 Thread Amitkumar Karwar
Hi Kalle, > From: Kalle Valo [mailto:kv...@codeaurora.org] > Sent: Saturday, September 26, 2015 11:23 PM > To: Amitkumar Karwar > Cc: linux-wireless@vger.kernel.org; Cathy Luo; Nishant Sarmukadam > Subject: Re: [PATCH] mwifiex: control WLAN and bluetooth coexistence > modes >

Re: [PATCH] mwifiex: control WLAN and bluetooth coexistence modes

2015-09-26 Thread Kalle Valo
Amitkumar Karwar writes: > By default our chip will be in spatial coexistence mode. > This patch adds a provision to change it to timeshare mode > via sysfs command. > > Enable timeshare coexistence mode >echo 1 > /sys/class/net/mlan0/timeshare_coex > > Go back to spacial coexistence mode >

[PATCH] mwifiex: control WLAN and bluetooth coexistence modes

2015-08-14 Thread Amitkumar Karwar
By default our chip will be in spatial coexistence mode. This patch adds a provision to change it to timeshare mode via sysfs command. Enable timeshare coexistence mode echo 1 > /sys/class/net/mlan0/timeshare_coex Go back to spacial coexistence mode echo 0 > /sys/class/net/mlan0/timeshare_c