linux_dsm_epyc7002/drivers/net/wireless/ath/ath10k
Michal Kazior 0d1a28f241 ath10k: fix RX performance when using AP 10.X FW
Due to oversight AP 10.X support was merged with
Ethernet RX decap mode.

Only Native Wifi RX decap mode guarantees IP
header is properly aligned and avoids sk_buff data
realignment (which is very expensive
performance-wise) in mac80211.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2013-10-08 15:22:33 +03:00
..
bmi.c ath10k: add BMI log level 2013-09-12 18:21:36 +03:00
bmi.h ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
ce.c ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
ce.h ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
core.c ath10k: fix possible memory leak in new FW loading 2013-10-08 15:13:53 +03:00
core.h ath10k: implement firmware IE container support 2013-09-30 22:03:31 +03:00
debug.c ath10k: add htt_stats_enable debugfs file 2013-09-06 12:42:26 +03:00
debug.h ath10k: rename ATH10K_DBG_CORE to BOOT 2013-09-12 18:21:36 +03:00
hif.h ath10k: decouple suspend code 2013-07-30 18:01:19 +03:00
htc.c ath10k: avoid needless memset on TX path 2013-09-20 08:18:09 +03:00
htc.h ath10k: simplify HTC command submitting 2013-09-16 19:47:46 +03:00
htt_rx.c ath10k: replenish HTT RX buffers in a tasklet 2013-09-26 17:22:54 +03:00
htt_tx.c ath10k: bring back the WMI path for mgmt frames 2013-09-27 14:58:14 +03:00
htt.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
htt.h ath10k: replenish HTT RX buffers in a tasklet 2013-09-26 17:22:54 +03:00
hw.h ath10k: fix RX performance when using AP 10.X FW 2013-10-08 15:22:33 +03:00
Kconfig ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices 2013-06-12 20:52:10 +03:00
mac.c ath10k: split vdev_id calculation from tx function 2013-10-07 15:28:02 +03:00
mac.h ath10k: bring back the WMI path for mgmt frames 2013-09-27 14:58:14 +03:00
Makefile ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices 2013-06-12 20:52:10 +03:00
pci.c ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
pci.h ath10k: remove num_sends_allowed 2013-10-07 15:28:02 +03:00
rx_desc.h ath10k: document decap modes 2013-09-26 10:12:23 +03:00
targaddrs.h ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices 2013-06-12 20:52:10 +03:00
trace.c ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices 2013-06-12 20:52:10 +03:00
trace.h ath10k: fix tracing build for ath10k_wmi_cmd 2013-09-20 07:59:29 +03:00
txrx.c ath10k: report A-MSDU subframes individually 2013-09-26 10:12:22 +03:00
txrx.h ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
wmi.c ath10k: extend the max_scan time 2013-10-07 15:23:53 +03:00
wmi.h ath10k: handle FW API differences for scan structures 2013-09-27 14:58:15 +03:00