aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/ce.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-31ath10k: fix possible bmi crashMichal Kazior1-0/+7
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior1-6/+0
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior1-29/+27
2014-09-26ath10k: add diag_read() to hif opsKalle Valo1-11/+11
2014-09-26ath10k: don't enable interrupts for the diagnostic windowKalle Valo1-1/+4
2014-09-18ath10k: fix use of multiple blank linesKalle Valo1-2/+0
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-7/+7
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior1-28/+43
2014-08-25ath10k: split ce irq/handler setupMichal Kazior1-23/+13
2014-08-12ath10k: remove target soc ps codeMichal Kazior1-63/+5
2014-07-15ath10k: sanitize tx ring index access properlyMichal Kazior1-4/+7
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior1-0/+27
2014-03-28ath10k: split ce initialization and allocationMichal Kazior1-129/+178
2014-03-28ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior1-28/+25
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