Re: Search for devices with Xtensa cores

2017-05-20 Thread Max Filippov
On Sat, May 20, 2017 at 4:02 AM, Oleksij Rempel wrote: > Am 16.05.2017 um 21:46 schrieb Max Filippov: >> On Fri, Apr 28, 2017 at 11:23 PM, Oleksij Rempel >> wrote: >>> this year started with inclusion of open-ath9k-htc-firmware to debian >>> *main* repository. As first we started to getting adva

[RFC v2 0/3] ath10k usb support

2017-05-20 Thread Erik Stromdahl
This is the 2nd version of the ath10k USB RFC. There are only minor updates since last version. The main difference when compared to the previous RFC is that the high latency stuff that is common between USB and SDIO has been moved out of this patchset and into another (separate) patchset. I was

[RFC v2 2/3] ath10k: different fw file names for usb

2017-05-20 Thread Erik Stromdahl
USB firmware will be named in the same way as SDIO files, i.e, the bus type will be added to the firmware file name. Signed-off-by: Erik Stromdahl --- drivers/net/wireless/ath/ath10k/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/

[RFC v2 3/3] ath10k: add initial USB support

2017-05-20 Thread Erik Stromdahl
Chipsets like QCA9377 have support for USB so add initial USB bus support to ath10k. With this patch we have the low level HIF and HTC protocol working and it's possible to boot the firmware, but it's still not possible to connect or anything like. More changes are needed for full functionality. F

[RFC v2 1/3] ath10k: various usb related definitions

2017-05-20 Thread Erik Stromdahl
Definitions for USB based chipsets Signed-off-by: Erik Stromdahl --- drivers/net/wireless/ath/ath10k/core.h | 3 +++ drivers/net/wireless/ath/ath10k/debug.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h in

Re: ath10k: controlling TX aggregation

2017-05-20 Thread Krishna Chaitanya
On Mon, May 15, 2017 at 3:02 PM, Krishna Chaitanya wrote: > On Fri, May 12, 2017 at 8:15 PM, Ben Greear wrote: >> What chipset, and what firmware version? >> >> Thanks, >> Ben > > Hi Ben, > > I have missed your response. PFB details. > > chip: QCA986x/988x PCIe > FW ver: 10.2.4.70.54 api 5 > k

[PATCH 04/10] rtlwifi: btcoex: 23b 1ant: remove verbose log from periodic function

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Simplify the debug trace log. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c| 33 -- 1 file changed, 33 deletions(-) di

[PATCH 05/10] rtlwifi: btcoex: 23b 1ant: Add coex_table_type to log

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Display coex_table_type in log. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | 5 + drivers/net/wireless/realtek/rtlwifi/

[PATCH 10/10] rtlwifi: btcoex: 23b 1ant: turn off ps and tdma mechanism when concurrent mode

2017-05-20 Thread Larry Finger
From: Yan-Hsuan Chuang When wifi is under concurrent mode, we can not distinguish if it is the real PS or just a fake one by sending null data, so we turn it off in case of miracast scenario. Signed-off-by: Yan-Hsuan Chuang Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc

[PATCH 09/10] rtlwifi: btcoex: 23b 1ant: fine tune for bt_sco_hid busy

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Fine tune the parameters in case of act_bt_sco_hid_only_busy. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | 2 +- 1 file cha

[PATCH 07/10] rtlwifi: btcoex: 23b 1ant: fine tune for wifi connected

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Fine tune the parameters in cases of bt_acl_busy and scan when wifi is connected. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c| 114 ++

[PATCH 06/10] rtlwifi: btcoex: 23b 1ant: coex table fine tune

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Set register settings for coex table fine tune. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c| 56 +++--- 1 file changed, 5

[PATCH 03/10] rtlwifi: btcoex: 23b 1ant: check more cases when bt is queing

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih If bt is queing, we need to set the packet priority properly. Originally we only consider if wifi was connected or not, but now we also consider if bt is under abnormal scan or wifi is scanning, roaming or linking, and set the coex table. Signed-off-by: Ping-Ke Shih Signed-of

[PATCH 08/10] rtlwifi: btcoex: 23b 1ant: fine tune for wifi not connected

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Fine tune the parameters in cases of scan, assoc and auth when wifi isn't connected. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c| 37

[PATCH 01/10] rtlwifi: btcoex: 23b 1ant: Special packets statistic in notification

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Count and log special packets of DHCP, EAPOL and ARP, and check whether the interface is in 4-way handshake. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting --- .../realtek/rtlwifi/btcoexist/halbtc

[PATCH 02/10] rtlwifi: btcoex: 23b 1ant: define wifi in high priority task.

2017-05-20 Thread Larry Finger
From: Ping-Ke Shih Add the definition of wifi in high priority task for bt inquiry. According to driver's notifications, btc will knows whether wifi is in high priority tasks or not. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc:

[PATCH 00/10] rtlwifi: btcoex: More fixes for halbtc8723b1ant.c

2017-05-20 Thread Larry Finger
This set is the third for file halbtc8723b1ant.c. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger Signed-off-by:: Yan-Hsuan Chuang Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting Ping-Ke Shih (9): rtlwifi: btcoex: 23b 1ant: Special packets statistic in notification rtlwifi: btcoex:

Re: [PATCH] rtlwifi: btcoex: 23b 1ant: initialize bt_disabled to false

2017-05-20 Thread Larry Finger
On 05/19/2017 04:25 PM, Dan Carpenter wrote: We only want to disable this if bt_disable_cnt is >= 2. Fixes: f66509e3d7c2 ("rtlwifi: btcoex: Remove 23b 1ant configuration parameter") Signed-off-by: Dan Carpenter Acked-by: Larry Finger Thanks, Larry

Re: [PATCH] rtlwifi: btcoex: 23b 1ant: fix halbtc8723b1ant_action_wifi_only()

2017-05-20 Thread Larry Finger
On 05/20/2017 12:33 AM, Dan Carpenter wrote: The parameters are in the wrong order when we call halbtc8723b1ant_set_ant_path() so it's equivalent of calling: halbtc8723b1ant_set_ant_path(btcoexist, BTC_ANT_PATH_WIFI, false, true); Fixes: f66509e3d7c2 ("rtlwifi: btcoex: Remove 23b 1ant c

Re: Search for devices with Xtensa cores

2017-05-20 Thread Oleksij Rempel
Am 16.05.2017 um 21:46 schrieb Max Filippov: > HI Oleksij, > > On Fri, Apr 28, 2017 at 11:23 PM, Oleksij Rempel > wrote: >> this year started with inclusion of open-ath9k-htc-firmware to debian >> *main* repository. As first we started to getting advantage of regular >> compile tests. See result