Re: [PATCH 03/15] rtlwifi: btcoex: Add enum DM_INFO for btcoex to query dm's counters

2018-03-02 Thread Pkshih
On Fri, 2018-03-02 at 16:19 -0600, Larry Finger wrote: > On 02/27/2018 09:07 PM, pks...@realtek.com wrote: > > From: Ping-Ke Shih > >  > > btcoex uses dm's counters to check the envoriment is nosiy or not. If it > > is clean, btcoex set more time solts to WiFi so that it can

Re: [PATCH 03/15] rtlwifi: btcoex: Add enum DM_INFO for btcoex to query dm's counters

2018-03-02 Thread Larry Finger
On 02/27/2018 09:07 PM, pks...@realtek.com wrote: From: Ping-Ke Shih btcoex uses dm's counters to check the envoriment is nosiy or not. If it is clean, btcoex set more time solts to WiFi so that it can transimt as soon as possible. That will save time, and BT will have more

[PATCH 03/15] rtlwifi: btcoex: Add enum DM_INFO for btcoex to query dm's counters

2018-02-27 Thread pkshih
From: Ping-Ke Shih btcoex uses dm's counters to check the envoriment is nosiy or not. If it is clean, btcoex set more time solts to WiFi so that it can transimt as soon as possible. That will save time, and BT will have more time solts after WiFi traffic is complete.