linux/drivers/net/wireless/ath/ath11k
David S. Miller 745bd6f44c One batch of changes, containing:
* hwsim improvements from Jouni and myself, to be able to
    test more scenarios easily
  * some more HE (802.11ax) support
  * some initial S1G (sub 1 GHz) work for fractional MHz channels
  * some (action) frame registration updates to help DPP support
  * along with other various improvements/fixes
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEH1e1rEeCd0AIMq6MB8qZga/fl8QFAl7L1A8ACgkQB8qZga/f
 l8T5RQ/9EUxFqBs0cWojwyad5nkesyl51eOnbvSCJJF14W93s2oMeikCynTPe8Vg
 km36041QZqGbwmU0yWC9Lmm4y3ja5qQGI+QW+vT6tutGQx6FgK5TzUfYXqiFZqf6
 asqkvHpH4VqmbG1KEp0PZjIpW/OVK96pbvtXVnkrcMmjl2JjbRtAhyZQVNtt9ufJ
 6wqKf8e6iYqMIInMFPLX+rl7UEknxDKVcqPbMMJmY8/iM1z9Elkg3rkRSMehC+mE
 8cznZ6BsjAGCbMiA8K9fUo15lcMfZCJ1hAPzkD4TsJtMEJ0gYDo5jDB8TIpr5uoL
 95OnlF8jokJIsO+1g4CyaNSQsmFIuDo84vW8LtGRu9qzTP0UwelxhjZLgE3xlP6b
 W+z5HomxfWkYhJhaNywLP3B1VPtJwX8dL/wpECOWHzNKXG7Rb6GqzUwaCRFb6Jjo
 TmFJ5wLoEZHhsXYO2dvcyTzCUCXviXvfq60a56IyCJN8wDqmcubePv0+NOHUmj3c
 E71NTYymM3j9agdSpXdCFLBXA1OgyIydeSNHuBlaPA4sK6tr4ikUtbOrABjYTaQz
 2BB5fHEi8gs4EiHbSXqLFBot3JHljKJPsSN0wAgzQffN+6Kts9FG6HcrLsL+duDg
 lRdAzRrunE85S0QhsxeVIX216rX4W08sl0B1rJR+dTMX9ByblAk=
 =MVBJ
 -----END PGP SIGNATURE-----

Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next

Johannes Berg says:

====================
One batch of changes, containing:
 * hwsim improvements from Jouni and myself, to be able to
   test more scenarios easily
 * some more HE (802.11ax) support
 * some initial S1G (sub 1 GHz) work for fractional MHz channels
 * some (action) frame registration updates to help DPP support
 * along with other various improvements/fixes
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-26 20:17: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 One batch of changes, containing: 2020-05-26 20:17:35 -07: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