aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/dxe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13wcn36xx: Add support for 3680Pontus Fuchs1-1/+9
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov1-0/+805