summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx/dxe.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-21wifi: wcn36xx: remove unnecessary (void*) conversionsWu Yunchuan1-3/+3
2023-03-15wifi: wcn36xx: add support for pronto-v3Vladimir Lypak1-11/+12
2021-11-08wcn36xx: Put DXE block into reset before freeing memoryBryan O'Donoghue1-0/+6
2021-11-08wcn36xx: Release DMA channel descriptor allocationsBryan O'Donoghue1-0/+5
2021-11-08wcn36xx: Fix DMA channel enable/disable cycleBryan O'Donoghue1-11/+27
2021-11-01wcn36xx: implement flush op to speed up connected scanBenjamin Li1-0/+47
2021-10-27wcn36xx: add proper DMA memory barriers in rx pathBenjamin Li1-1/+11
2021-10-25wcn36xx: Fix tx_status mechanismLoic Poulain1-22/+15
2021-06-14wcn36xx: Fix inconsistent indentingJiapeng Chong1-1/+1
2020-08-14wcn36xx: Add TX ack supportLoic Poulain1-2/+55
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-9/+8
2018-08-24wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-10/+9
2018-05-25wcn36xx: consider CTRL_EOP bit when looking for valid descriptorsDaniel Mack1-1/+3
2018-05-25wcn36xx: only handle packets when ED or DONE bit is setDaniel Mack1-4/+16
2018-05-25wcn36xx: clear all masks in RX interruptDaniel Mack1-22/+40
2018-05-25wcn36xx: don't disable RX IRQ from handlerDaniel Mack1-4/+11
2018-05-25wcn36xx: fix buffer commit logic on TX pathDaniel Mack1-37/+38
2018-04-19wcn36xx: use READ_ONCE() to access desc->ctrlDaniel Mack1-4/+3
2018-04-10wcn36xx: allocate skbs with GFP_KERNEL during initDaniel Mack1-4/+6
2018-04-10wcn36xx: Remove useless skb spinlockLoic Poulain1-7/+1
2018-04-10wcn36xx: don't keep reference to skb if transmission failedDaniel Mack1-3/+3
2018-04-10wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()Daniel Mack1-0/+5
2018-03-29wcn36xx: Fix firmware crash due to corrupted buffer addressLoic Poulain1-9/+4
2018-03-26wcn36xx: Check DXE IRQ reasonRamon Fried1-7/+43
2018-03-26wcn36xx: calculate DXE control registers valuesRamon Fried1-3/+3
2018-01-25wcn36xx: release DMA memory in case of errorRamon Fried1-6/+40
2017-08-03wcn36xx: check dma_mapping_error()Rob Clark1-0/+5
2017-01-12wcn36xx: Transition driver to SMD clientBjorn Andersson1-6/+10
2016-07-08wcn36xx: Correct DXE chip version differentiationBjorn Andersson1-5/+6
2016-07-08wcn36xx: Split mmio space into explicit regionsBjorn Andersson1-11/+15
2016-01-07wcn36xx: split DMA mask register writing.Fengwei Yin1-1/+1
2016-01-07wcn36xx: handle rx skb allocation failure to avoid system crashFengwei Yin1-21/+22
2015-10-28wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.yfw1-17/+17
2015-10-28wcn36xx: introduce per-channel ring buffer locksBob Copeland1-8/+19
2015-01-23wcn36xx: initialize skb_lockBob Copeland1-0/+1
2015-01-23wcn36xx: don't process 'valid' descriptorsBob Copeland1-0/+2
2014-02-14wcn36xx: Add support for 3680Pontus Fuchs1-1/+9
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov1-0/+805