Re: QCA6174 firmware crash

2016-04-27 Thread Michael Ney
I did a few more tests, including trying Backports 4.4.2-1 with no difference. Everything's pointing to a firmware issue not related specifically to the monitor VDEV. It seems to me that the Contention Free logic in the firmware doesn't handle Contention Free null frames addressed to other MAC a

Re: [PATCH] ath10k: fix a typo in ath10k_start()

2016-04-27 Thread Valo, Kalle
Mohammed Shafi Shajakhan writes: > From: Mohammed Shafi Shajakhan > > fix a typo (spelling mistake) in 'ath10k_start' > > Signed-off-by: Mohammed Shafi Shajakhan Applied, thanks. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http

Re: [PATCH] ath10k: add max_tx_power for QCA6174 WLAN.RM.2.0 firmware

2016-04-27 Thread Valo, Kalle
Kalle Valo writes: > From: Alan Liu > > QCA6174 WLAN.RM.2.0 firmware uses max_tx_power instead of using max_reg_power > to set transmission power. The tx power was about -50dbm, after applying this > change, it become -32dbm. > > Signed-off-by: Alan Liu > Signed-off-by: Kalle Valo Applied, th

Re: Missing QCA6174 card in board-2.bin

2016-04-27 Thread Michal Kazior
On 27 April 2016 at 13:02, wrote: > On Wed, Apr 27, 2016 at 07:17:44AM +0200, Michal Kazior wrote: >> On 27 April 2016 at 00:40, wrote: >> > Hey, >> > The board-2.bin file is missing subsystem 168c:3344 for my qca6174 >> > hw ver 2.1. Does the kvalo's firmware repo requires an update? >> >>

Re: Missing QCA6174 card in board-2.bin

2016-04-27 Thread gloudon . jamie
On Wed, Apr 27, 2016 at 07:17:44AM +0200, Michal Kazior wrote: > On 27 April 2016 at 00:40, wrote: > > Hey, > > The board-2.bin file is missing subsystem 168c:3344 for my qca6174 > > hw ver 2.1. Does the kvalo's firmware repo requires an update? > > Hi, > > Is it 6174 or 6164? > > There is

[PATCH v2] ath10k: release pre_cal_file while unloading driver

2016-04-27 Thread Rajkumar Manoharan
Failing to release pre_cal_file caldata on deinit causes memory leak. Fixes: b131129d9657 ("ath10k: fix calibration init sequence of qca99x0") Signed-off-by: Rajkumar Manoharan --- v2: rebased drivers/net/wireless/ath/ath10k/core.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers

[PATCH v2 4/4] ath10k: update bss channel survey information

2016-04-27 Thread Rajkumar Manoharan
During hw scan, firmware sends two channel information events (pre- complete, complete) to host for each channel change. The snap shot of cycle counters (rx_clear and total) between these two events are given for survey dump. In order to get latest survey statistics of all channels, a scan request

[PATCH v2 2/4] ath10k: implement wmi_pdev_bss_chan_info_request

2016-04-27 Thread Rajkumar Manoharan
Add WMI ops to send pdev_bss_chan_info_request command to target. This command will be used to retrieve updated cycle counters and noise floor value of current operating channel (bss channel). Signed-off-by: Rajkumar Manoharan --- drivers/net/wireless/ath/ath10k/wmi-ops.h | 21 ++

[PATCH v2 3/4] ath10k: handle pdev_chan_info wmi event

2016-04-27 Thread Rajkumar Manoharan
Add handler to process bss channel information wmi event that will be received upon sending pdev_chan_info_request wmi command. Signed-off-by: Rajkumar Manoharan --- drivers/net/wireless/ath/ath10k/wmi.c | 32 drivers/net/wireless/ath/ath10k/wmi.h | 11 ++

[PATCH v2 1/4] ath10k: add pdev bss channel info wmi definitions

2016-04-27 Thread Rajkumar Manoharan
Add WMI definitions for pdev bss channel information request and event. Signed-off-by: Rajkumar Manoharan --- drivers/net/wireless/ath/ath10k/wmi.h | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h index db25535

Re: [PATCH v2] ath10k: remove VHT capabilities from 2.4GHz

2016-04-27 Thread Johannes Berg
On Wed, 2016-04-27 at 15:07 +0530, Krishna Chaitanya wrote: >  > If many vendors need this support, then mac80211 appraoch would be > good. If not, we should stick to driver approach. Trying to do this in the driver gets practically impossible, so no, it really should be done in mac80211 either wa

Re: [PATCH v2] ath10k: remove VHT capabilities from 2.4GHz

2016-04-27 Thread Krishna Chaitanya
On Wed, Apr 27, 2016 at 2:46 PM, Jouni Malinen wrote: > On Wed, Apr 27, 2016 at 12:13:46PM +0530, Krishna Chaitanya wrote: >> On Wed, Apr 27, 2016 at 1:40 AM, Ben Greear wrote: >> > On 04/26/2016 01:07 PM, Krishna Chaitanya wrote: >> >> Are these Broadcom IEs documented somewhere? If yes, >> >> t

Re: Issues with latest kernel versions and Monitor mode

2016-04-27 Thread Michal Kazior
On 25 April 2016 at 18:19, Amato Carbonara wrote: > Hello, > I recently updated the Linux kernel to latest stable release (4.5.1 > and 4.5.2) and long term support releases (4.4.7 and 4.4.8). With the > aforementioned kernel releases, the QCA988x chip was unable to be > placed in monitor mode.

Re: [PATCH v2] ath10k: remove VHT capabilities from 2.4GHz

2016-04-27 Thread Jouni Malinen
On Wed, Apr 27, 2016 at 12:13:46PM +0530, Krishna Chaitanya wrote: > On Wed, Apr 27, 2016 at 1:40 AM, Ben Greear wrote: > > On 04/26/2016 01:07 PM, Krishna Chaitanya wrote: > >> Are these Broadcom IEs documented somewhere? If yes, > >> then its a matter of parsing them and adding support to > >> m