[PATCH] ath10k: Add support to configure channel dwell time

2018-05-11 Thread Pradeep Kumar Chitrapu
Configure channel dwell time from duration of the scan request received from mac80211 when the duration is non-zero. When the scan request does not have duration value, use the default ones, the current implementation. Corresponding flag NL80211_EXT_FEATURE_SET_SCAN_DWELL is advertized. Supported

Re: [PATCH 1/3] ath10k: Add ath10k-ct firmware feature flags and descriptions.

2018-05-11 Thread Jeff Johnson
On 2018-05-11 14:42, gree...@candelatech.com wrote: From: Ben Greear These feature flags are used by ath10k-ct firmware. Add these so we can use them in future patches and so there are no warings typo: warings => warnings ___ ath10k mailing list

[PATCH 3/3] ath10k: Support survey dump for ath10k-ct 10.1 firmware.

2018-05-11 Thread greearb
From: Ben Greear Recent ath10k-ct 10.1 firmware supports survey results, and advertises the appropriate service flags. This confuses the ath10k driver because the 10.1 wmi commands are not set up for survey information. So, this patch adds support for handling survey information. Example outpu

[PATCH 1/3] ath10k: Add ath10k-ct firmware feature flags and descriptions.

2018-05-11 Thread greearb
From: Ben Greear These feature flags are used by ath10k-ct firmware. Add these so we can use them in future patches and so there are no warings about feature flags on loading ath10k-ct firmware. Signed-off-by: Ben Greear --- drivers/net/wireless/ath/ath10k/core.c | 17 + drivers/net/w

[PATCH 2/3] ath10k: Don't try un-supported idle_ps_config command.

2018-05-11 Thread greearb
From: Ben Greear The warning the the logs does not give user a clue as to what command is failing, so it is worth it to check for un-supported command before trying the call. And add return-code to survey error message. Signed-off-by: Ben Greear --- drivers/net/wireless/ath/ath10k/mac.c | 14

Re: [PATCH 11/12] ath10k: Add wlan mode on/off qmi message

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:41 PDT 2018, Govind Singh wrote: > Add qmi message required for enabling and disabling > target to qmi server running in Q6. > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/ath/ath10k/qmi.c | 226 > +- > drivers/net/wireless/ath/ath

Re: [PATCH 10/12] ath10k: add bdf/cal indication support

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:41 PDT 2018, Govind Singh wrote: > Add support for bdf download and cold boot > calibration trigger qmi message support. > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/ath/ath10k/qmi.c | 195 > ++ > drivers/net/wireless/ath/ath10k/

rmmod ath10k_pci hangs on stock wireless-testing kernel

2018-05-11 Thread Ben Greear
I'm doing a bit of testing on stock kernels for once. I was using a 10.1 firmware that was constantly crashing, and then I tried to rmmod ath10k_pci. rmmod hangs. Here is the stack trace from /proc/[foo]/stack for rmmod. Regardless of how the FW crashes, rmmod should not hang. [root@lf0313-6

Re: [PATCH 09/12] ath10k: Add QMI HOST CAP request support

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:41 PDT 2018, Govind Singh wrote: > Add support for host capablity request > qmi message for wcn3990 target. > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/ath/ath10k/qmi.c | 65 > +++ > 1 file changed, 65 insertions(+) > > diff --

Re: [PATCH 08/12] ath10k: Add QMI CAP request support

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:40 PDT 2018, Govind Singh wrote: > Add support for target capablity request > qmi message for wcn3990 target. > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/ath/ath10k/qmi.c | 91 > +++ > drivers/net/wireless/ath/ath10k/qmi.h | 25

Re: [PATCH 07/12] ath10k: Add MSA handshake QMI mgs support

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:40 PDT 2018, Govind Singh wrote: > HOST allocates 2mb of region for modem and WCN3990 > secure access and provides the address and access > control to target for secure access. > Add MSA handshake request/response messages. > > Signed-off-by: Govind Singh > --- > drivers/net/wi

Re: [PATCH 05/12] ath10k: Add support of QMI indication message

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:40 PDT 2018, Govind Singh wrote: > Add support of indication qmi message to communicate > with wlan qmi server. Indication message request > describes client capability and in response client > gets the state of wlan qmi service. > > Signed-off-by: Govind Singh > --- > drivers/

Re: [PATCH 04/12] ath10k: add support to start and stop qmi service

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:39 PDT 2018, Govind Singh wrote: > Add support to start qmi service to configure the wlan > firmware component and register event notifier to communicate > with the WLAN firmware over qmi communication interface. > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/ath/

Re: [PATCH 03/12] ath10k: Add ath10k QMI client driver

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:39 PDT 2018, Govind Singh wrote: > Add QMI client driver for Q6 integrated WLAN connectivity > subsystem. This module is responsible for communicating WLAN > control messages to FW over QUALCOMM MSM Interface (QMI). > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/a

Re: [PATCH 02/12] dt: bindings: add bindings for ath10k qmi client

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:39 PDT 2018, Govind Singh wrote: > Add device tree binding documentation details for ath10k > qmi client for SDM845/APQ8098 SoC into "qcom,ath10k.txt". > > Signed-off-by: Govind Singh > --- > Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 8 > 1 file

Re: [PATCH 01/12] ath10k: Add qmi service for wlan qmi client

2018-05-11 Thread Bjorn Andersson
On Sun 25 Mar 22:38 PDT 2018, Govind Singh wrote: > WLAN qmi server running in Q6 dsp exposes host > to target cold boot qmi handshake. > Add WLAN QMI service helpers for WLAN serivice. > > Signed-off-by: Govind Singh > --- > drivers/net/wireless/ath/ath10k/qmi_svc_v01.c | 2323 > +