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
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
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
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
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
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
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/
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
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 --
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
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
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/
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/
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
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
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
> +
16 matches
Mail list logo