Anilkumar Kolli writes:
> This patch adds crash dump support for QCA9888 and QCA99X0
>
> Tested On: QCA9888, Firmware Version: 10.4-3.5.3-00053
> Tested on QCA99X0, Firmware Version: 10.4.1.00030-1
>
> Signed-off-by: Anilkumar Kolli
[...]
> --- a/drivers/net/wireless/ath/ath10k/coredump.c
> ++
Sriram R writes:
> In the 10.4-3.6 firmware branch there's a new DFS Host confirmation
> feature which is advertised using WMI_SERVICE_HOST_DFS_CHECK_SUPPORT flag.
>
> This new features enables the ath10k host to send information to the
> firmware on the specifications of detected radar type. Thi
Govind Singh wrote:
> Use the BIT() macro from 'linux/bitops.h' to define the rx desc
> bit flags to have consistency with new definitions.
>
> Signed-off-by: Govind Singh
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
c3f7f31efe39 ath10k: replace bit shifts
Marcus Folkesson wrote:
> For some reason not all entries used ATH10K_FW_DIR so fix that. No functional
> changes.
>
> Signed-off-by: Marcus Folkesson
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
0be928850dac ath10k: hw: make consistent usage of ATH10K_FW_
Kenneth Lu wrote:
> Variable buf_len and num_vdev_stats are being assigned but never read.
> These are redundant and can be remove.
>
> Signed-off-by: Kenneth Lu
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
3e2740cda224 ath10k: remove variables which set b
Marcus Folkesson writes:
> Signed-off-by: Marcus Folkesson
I don't like empty commit logs so I added this in the pending branch:
ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths
For some reason not all entries used ATH10K_FW_DIR so fix that. No functional
changes.
--
Kalle
Jeff Johnson writes:
> On 2018-05-07 02:39, Kenneth Lu wrote:
>> Variable buf_len and num_vdev_stats are bging assigned but never read.
>
> typo: bging => being
I fixed this in the pending branch.
--
Kalle Valo
___
ath10k mailing list
ath10k@lists.i
On Sat, May 12, 2018 at 11:03:52AM +0300, Kalle Valo wrote:
> (sorry for the delay, this got buried in my inbox)
>
> "Luis R. Rodriguez" writes:
>
> > On Mon, Apr 23, 2018 at 04:12:02PM -0400, Andres Rodriguez wrote:
> >> Previously, one could assume the firmware name from the preceding
> >> mes
Erik Stromdahl wrote:
> ath10k_mac_tx_push_txq returns either a postive integer (length) on
> success or a negative error code on error.
>
> The "if (ret) break;" statement will thus always break out of the loop
> immediately after ath10k_mac_tx_push_txq has returned (making the loop
> pointless
Fabio Estevam wrote:
> Structure platform_driver does not need to set the owner field, as this
> will be populated by the driver core.
>
> Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.
>
> Signed-off-by: Fabio Estevam
> Signed-off-by: Kalle Valo
Patch applied to ath-next b
Yu Wang wrote:
> To enable thermal throttling for QCA6174 and QCA9377,
> implement gen_pdev_set_quiet_mode for them.
> With this change, quiet period for QCA6174/QCA9377 can
> be also set/get via debugfs.
> Usage:
> To set quiet period:
> echo > /sys/kernel/debug/ieee80211/phyX/ath10k/quiet_per
(sorry for the delay, this got buried in my inbox)
"Luis R. Rodriguez" writes:
> On Mon, Apr 23, 2018 at 04:12:02PM -0400, Andres Rodriguez wrote:
>> Previously, one could assume the firmware name from the preceding
>> message: "Direct firmware load for {name} failed with error %d".
>>
>> Howev
12 matches
Mail list logo