OpenCloudOS-Kernel/drivers/net/wireless/ath/ath10k
Michal Kazior 0a89f8a01d ath10k: decouple HTT TX completions
Until now the all MSDU transfer related structures
were freed when all resources were unreferenced.

Now HTC transfer is freed independently and HTT
transfer is so too.

This yields a way more simpler ath10k_skb_cb and
should possibly enable parallel pipe processing
(which is now serialized in
ath10k_pci_process_ce routine).

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2013-09-20 08:18:09 +03:00
..
Kconfig
Makefile
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: delete struct ce_sendlist 2013-09-12 19:20:30 +03:00
ce.h ath10k: delete struct ce_sendlist 2013-09-12 19:20:30 +03:00
core.c ath10k: cleanup debug messages in core.c 2013-09-12 18:21:37 +03:00
core.h ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +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.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
htt.h ath10k: add htt_stats_enable debugfs file 2013-09-06 12:42:26 +03:00
htt_rx.c ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
htt_tx.c ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
hw.h ath10k: check chip id from the soc register during probe 2013-09-03 09:54:16 +03:00
mac.c ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
mac.h ath10k: implement device recovery 2013-07-30 18:01:20 +03:00
pci.c ath10k: fix num_sends_allowed replenishing 2013-09-20 08:04:31 +03:00
pci.h ath10k: convert ath10k_pci_wake() to return 2013-09-03 09:49:08 +03:00
rx_desc.h
targaddrs.h
trace.c
trace.h ath10k: fix tracing build for ath10k_wmi_cmd 2013-09-20 07:59:29 +03:00
txrx.c ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
txrx.h ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
wmi.c ath10k: remove wmi event worker thread 2013-09-16 19:47:46 +03:00
wmi.h ath10k: remove wmi pending count limit 2013-09-16 19:47:46 +03:00