summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/ce.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior1-2/+2
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior1-6/+6
2013-11-27ath10k: defer irq registration until hif start()Michal Kazior1-15/+0
2013-11-12ath10k: re-arrange PCI init codeMichal Kazior1-4/+15
2013-11-12ath10k: propagate ath10k_ce_disable_interrupts() errorsMichal Kazior1-2/+5
2013-11-12ath10k: fix ath10k_ce_init() failpathMichal Kazior1-4/+6
2013-11-12ath10k: make sure to mask all CE irqsMichal Kazior1-0/+12
2013-11-12ath10k: remove ar_pci->ce_countMichal Kazior1-6/+3
2013-10-21ath10k: fix FW crashes on heavy TX on 10.1.389 AP FWMichal Kazior1-0/+11
2013-10-07ath10k: remove num_sends_allowedMichal Kazior1-1/+16
2013-10-07ath10k: remove ce_sendlist_sendMichal Kazior1-34/+0
2013-09-12ath10k: delete struct ce_sendlistKalle Valo1-40/+8
2013-09-12ath10k: add boot debug messages to pci.c and ce.cKalle Valo1-0/+8
2013-09-08ath10k: prevent CE from looping indefinitelyMichal Kazior1-47/+10
2013-09-03ath10k: simplify ath10k_ce_init() wake up handlingKalle Valo1-9/+5
2013-09-03ath10k: convert ath10k_pci_wake() to returnKalle Valo1-9/+34
2013-09-03ath10k: clean up ath10k_ce_completed_send_next_nolock()Kalle Valo1-20/+21
2013-09-01ath10k: rename ce_ring_state to ath10k_ce_ringMichal Kazior1-15/+15
2013-09-01ath10k: rename ce_state to ath10k_ce_pipeMichal Kazior1-33/+33
2013-09-01ath10k: remove ce_op_stateMichal Kazior1-2/+0
2013-09-01ath10k: use inline ce_state structureMichal Kazior1-24/+13
2013-08-14ath10k: print errcode when CE ring setup failsMichal Kazior1-6/+9
2013-08-13ath10k: check allocation errors in CEJanusz Dziedzic1-0/+22
2013-08-12ath10k: Remove qca98xx hw1.0 supportBartosz Markowski1-30/+1
2013-08-02ath10k: prevent using invalid ringbuffer indexesMichal Kazior1-0/+5
2013-07-30ath10k: fix typo in define nameMichal Kazior1-1/+1
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo1-0/+1189