linux_dsm_epyc7002/drivers/net/wireless/ath/ath11k
David S. Miller 5d9e4722c7 wireless-drivers-next patches for v5.8
First set of patches for v5.8. Changes all over, ath10k apparently
 seeing most new features this time. rtw88 also had lots of changes due
 to preparation for new hardware support.
 
 In this pull request there's also a new macro to include/linux/iopoll:
 read_poll_timeout_atomic(). This is needed by rtw88 for atomic
 polling.
 
 Major changes:
 
 ath11k
 
 * add debugfs file for testing ADDBA and DELBA
 
 * add 802.11 encapsulation offload on hardware support
 
 * add htt_peer_stats_reset debugfs file
 
 ath10k
 
 * enable VHT160 and VHT80+80 modes
 
 * enable radar detection in secondary segment
 
 * sdio: disable TX complete indication to improve throughput
 
 * sdio: decrease power consumption
 
 * sdio: add HTT TX bundle support to increase throughput
 
 * sdio: add rx bitrate reporting
 
 ath9k
 
 * improvements to AR9002 calibration logic
 
 carl9170
 
 * remove buggy P2P_GO support
 
 p54usb
 
 * add support for AirVasT USB stick
 
 rtw88
 
 * add support for antenna configuration
 
 ti wlcore
 
 * add support for AES_CMAC cipher
 
 iwlwifi
 
 * support for a few new FW API versions
 
 * new hw configs
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABAgAGBQJetAhAAAoJEG4XJFUm622bADEH/A1OjAD3H1iZyTmXHP4T7yZe
 TKJ+9I6B3BDR1czUTm+kUhrgBDNpdLLtu+b+5QXfpPLrtZ0FF/zjuazgueyqQpZ1
 zudj+rG72njHpU0RKtO7wIBrCtckLPV0be+3026hztatJmJ7XQ9FvsanFPPsrrNv
 0lh8E8kDUSynOW2me8FW1GBgDkGaBaicAs4FSjwNJC31Wo/VN5m9gEFkGpT1VJWP
 l0xeEQ/N2mknQVuTR4CuMT9VJ0SNlJrLZpBVAqkmc170c3pKChl3LTNCnP925ye9
 Nfqw2sQKgUPJKRbZR5wZTphGuu4krFv0ldWCvb0oFtZlCLIkiOz6+AA7b33oV2A=
 =7ewK
 -----END PGP SIGNATURE-----

Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next

Kalle Valo says:

====================
wireless-drivers-next patches for v5.8

First set of patches for v5.8. Changes all over, ath10k apparently
seeing most new features this time. rtw88 also had lots of changes due
to preparation for new hardware support.

In this pull request there's also a new macro to include/linux/iopoll:
read_poll_timeout_atomic(). This is needed by rtw88 for atomic
polling.

Major changes:

ath11k

* add debugfs file for testing ADDBA and DELBA

* add 802.11 encapsulation offload on hardware support

* add htt_peer_stats_reset debugfs file

ath10k

* enable VHT160 and VHT80+80 modes

* enable radar detection in secondary segment

* sdio: disable TX complete indication to improve throughput

* sdio: decrease power consumption

* sdio: add HTT TX bundle support to increase throughput

* sdio: add rx bitrate reporting

ath9k

* improvements to AR9002 calibration logic

carl9170

* remove buggy P2P_GO support

p54usb

* add support for AirVasT USB stick

rtw88

* add support for antenna configuration

ti wlcore

* add support for AES_CMAC cipher

iwlwifi

* support for a few new FW API versions

* new hw configs
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-07 13:22:35 -07:00
..
ahb.c ath11k: set IRQ_DISABLE_UNLAZY flag for DP interrupts 2020-04-14 11:33:01 +03:00
ahb.h
ce.c ath11k: checking for NULL vs IS_ERR() 2019-12-18 19:55:32 +02:00
ce.h ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
core.c ath11k: add thermal sensor device support 2020-03-11 18:47:18 +02:00
core.h ath11k: add tx hw 802.11 encapsulation offloading support 2020-05-06 09:13:38 +03:00
debug_htt_stats.c ath11k: Supporting RX ring backpressure HTT event and stats handling 2020-03-18 13:43:54 +02:00
debug_htt_stats.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
debug.c ath11k: remove conversion to bool in ath11k_debug_fw_stats_process() 2020-04-22 09:42:35 +03:00
debug.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
debugfs_sta.c ath11k: Add support to reset htt peer stats 2020-05-06 09:15:30 +03:00
dp_rx.c ath11k: fix kernel panic by freeing the msdu received with invalid length 2020-05-06 09:16:10 +03:00
dp_rx.h ath11k: Perform per-msdu rx processing 2020-03-18 13:53:49 +02:00
dp_tx.c ath11k: add tx hw 802.11 encapsulation offloading support 2020-05-06 09:13:38 +03:00
dp_tx.h
dp.c ath11k: fix error return code in ath11k_dp_alloc() 2020-05-04 11:53:16 +03:00
dp.h ath11k: fix reo flush send 2020-04-27 07:52:59 +03:00
hal_desc.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
hal_rx.c ath11k: Configure hash based reo destination ring selection 2020-03-18 13:53:37 +02:00
hal_rx.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
hal_tx.c ath11k: optimize ath11k_hal_tx_status_parse 2019-12-18 19:40:10 +02:00
hal_tx.h ath11k: optimize ath11k_hal_tx_status_parse 2019-12-18 19:40:10 +02:00
hal.c ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
hal.h ath11k: Modify the interrupt timer threshold 2020-04-14 11:29:04 +03:00
htc.c ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab 2019-12-18 19:27:45 +02:00
htc.h
hw.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00
Kconfig ath11k: handle RX fragments 2020-03-17 08:35:30 +02:00
mac.c ath11k: add tx hw 802.11 encapsulation offloading support 2020-05-06 09:13:38 +03:00
mac.h ath11k: Perform per-msdu rx processing 2020-03-18 13:53:49 +02:00
Makefile ath11k: add thermal cooling device support 2020-03-11 18:47:07 +02:00
peer.c ath11k: fix duplication peer create on same radio 2020-04-14 11:07:48 +03:00
peer.h ath11k: fix duplication peer create on same radio 2020-04-14 11:07:48 +03:00
qmi.c ath11k: dump SRNG stats during FW assert 2020-03-18 13:47:27 +02:00
qmi.h ath11k: qmi clean up ce and HTC service config update 2019-11-29 09:46:55 +02:00
reg.c ath11k: add HE support 2019-11-27 17:46:29 +02:00
reg.h
rx_desc.h ath11k: handle RX fragments 2020-03-17 08:35:30 +02:00
testmode_i.h
testmode.c ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab 2019-12-18 19:27:45 +02:00
testmode.h
thermal.c ath11k: add thermal sensor device support 2020-03-11 18:47:18 +02:00
thermal.h ath11k: fix compiler warnings without CONFIG_THERMAL 2020-04-06 17:21:23 +03:00
trace.c
trace.h ath11k: add pktlog checksum in trace events to support pktlog 2020-04-06 19:15:50 +03:00
wmi.c ath11k: Fix TWT radio count 2020-04-14 11:31:55 +03:00
wmi.h ath11k: Replace zero-length array with flexible-array 2020-05-06 09:23:08 +03:00