[ath6kl:pending 11/35] drivers/net/wireless/ath/ath10k/htt_rx.c:2544:6-14: WARNING: Unsigned expression compared with zero: rate_idx < 0 (fwd)

2018-09-13 Thread Julia Lawall
rate_idx on line 2544 will not be less than 0. julia -- Forwarded message -- Date: Fri, 14 Sep 2018 13:15:09 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [ath6kl:pending 11/35] drivers/net/wireless/ath/ath10k/htt_rx.c:2544:6-14: WARNING:

[PATCH 2/2] ath10k: remove num_peers in hw_params for most targets

2018-09-13 Thread Erik Stromdahl
>From commit "ath10k: add per target config of max_num_peers", the num_peers value in struct ath10k_hw_params is used to override the value obtained from the WMI op version in the firmware file. Currently, only high latency devices (USB and SDIO) need to use this value, since the value obtained

[PATCH 1/2] ath10k: add default value for num_peers in WMI TLV init

2018-09-13 Thread Erik Stromdahl
The hw_params value will only be used if it was explicitly set in the global hw_params array. This makes it possible to have the num_peers member unset. Signed-off-by: Erik Stromdahl --- drivers/net/wireless/ath/ath10k/wmi-tlv.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[PATCH] ath10k: Remove duplicated includes

2018-09-13 Thread YueHaibing
remove duplicated include from ath10k driver. Signed-off-by: YueHaibing --- drivers/net/wireless/ath/ath10k/htt.h | 1 - drivers/net/wireless/ath/ath10k/mac.c | 1 - drivers/net/wireless/ath/ath10k/wmi-tlv.c | 1 - 3 files changed, 3 deletions(-) diff --git