Re: [PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-13 Thread Kalle Valo
Arend van Spriel writes: > + Marcel > > On 3/2/2018 6:14 AM, Kalle Valo wrote: >> Arend van Spriel writes: >> >>> On 3/1/2018 6:59 PM, Tamizh chelvam wrote: From: Tamizh chelvam This patch

Re: [PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-02 Thread Arend van Spriel
On 3/2/2018 10:59 AM, Marcel Holtmann wrote: Hi Arend, This patch introduces NL80211_CMD_SET_BTCOEX command and NL80211_ATTR_BTCOEX_OP attribute to enable or disable btcoex. What kind of btcoex are we talking about here? Is it signalling between wlan and bt to get access to the shared RF.

Re: [PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-02 Thread Marcel Holtmann
Hi Arend, This patch introduces NL80211_CMD_SET_BTCOEX command and NL80211_ATTR_BTCOEX_OP attribute to enable or disable btcoex. >>> >>> What kind of btcoex are we talking about here? Is it signalling >>> between wlan and bt to get access to the shared RF. >> >> Yes, at least that's

Re: [PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-02 Thread Arend van Spriel
+ Marcel On 3/2/2018 6:14 AM, Kalle Valo wrote: Arend van Spriel writes: On 3/1/2018 6:59 PM, Tamizh chelvam wrote: From: Tamizh chelvam This patch introduces NL80211_CMD_SET_BTCOEX command and NL80211_ATTR_BTCOEX_OP attribute to

Re: [PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-01 Thread Kalle Valo
Arend van Spriel writes: > On 3/1/2018 6:59 PM, Tamizh chelvam wrote: >> From: Tamizh chelvam >> >> This patch introduces NL80211_CMD_SET_BTCOEX command and >> NL80211_ATTR_BTCOEX_OP attribute to enable or disable btcoex. > > What kind of

Re: [PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-01 Thread Arend van Spriel
On 3/1/2018 6:59 PM, Tamizh chelvam wrote: From: Tamizh chelvam This patch introduces NL80211_CMD_SET_BTCOEX command and NL80211_ATTR_BTCOEX_OP attribute to enable or disable btcoex. What kind of btcoex are we talking about here? Is it signalling between wlan and bt

[PATCH 1/2] cfg80211: Add support to enable or disable btcoex

2018-03-01 Thread Tamizh chelvam
From: Tamizh chelvam This patch introduces NL80211_CMD_SET_BTCOEX command and NL80211_ATTR_BTCOEX_OP attribute to enable or disable btcoex. Signed-off-by: Tamizh chelvam --- include/net/cfg80211.h |4 include/uapi/linux/nl80211.h