Hi Arend, > > > > This patchset add support for BTCOEX feature to enable/disable and > > modifying btcoex priority value via nl80211 > > > > Tamizh chelvam (4): > > ath10k: Add support to enable or disable btcoex via nl80211 > > ath10k: Add support to update btcoex priority value via nl80211 > > dt: bindings: add new dt entry for BTCOEX feature in qcom,ath10k.txt > > ath10k: Add support to read btcoex related data from DT > > This cover letter does not seem to reflect the other patches that were sent to > the wireless list as those are about cfg80211/mac80211; not ath10k? [Tamizh] ath10k patches are under progress, will send it soon. > > Regards, > Arend > > > v2 : > > * Introduced NL80211_CMD_SET_BTCOEX to enable/disable btcoex and > > to set/modify btcoex_priority. > > * Added bool variable in wiphy structure to advertise btcoex_priority > > feature and removed BITMAP calculation for btcoex_priority value. > > > > .../bindings/net/wireless/qcom,ath10k.txt | 4 + > > drivers/net/wireless/ath/ath10k/core.c | 44 ++++++++- > > drivers/net/wireless/ath/ath10k/core.h | 9 ++ > > drivers/net/wireless/ath/ath10k/debug.c | 40 ++------- > > drivers/net/wireless/ath/ath10k/mac.c | 94 > +++++++++++++++++++- > > drivers/net/wireless/ath/ath10k/mac.h | 1 + > > drivers/net/wireless/ath/ath10k/wmi-ops.h | 19 ++++ > > drivers/net/wireless/ath/ath10k/wmi.c | 20 +++++ > > drivers/net/wireless/ath/ath10k/wmi.h | 20 +++++ > > 9 files changed, 215 insertions(+), 36 deletions(-) > >