summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/dxe.c
Commit message (Expand)AuthorAgeFilesLines
* wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-10/+9
* wcn36xx: consider CTRL_EOP bit when looking for valid descriptorsDaniel Mack2018-05-251-1/+3
* wcn36xx: only handle packets when ED or DONE bit is setDaniel Mack2018-05-251-4/+16
* wcn36xx: clear all masks in RX interruptDaniel Mack2018-05-251-22/+40
* wcn36xx: don't disable RX IRQ from handlerDaniel Mack2018-05-251-4/+11
* wcn36xx: fix buffer commit logic on TX pathDaniel Mack2018-05-251-37/+38
* wcn36xx: use READ_ONCE() to access desc->ctrlDaniel Mack2018-04-191-4/+3
* wcn36xx: allocate skbs with GFP_KERNEL during initDaniel Mack2018-04-101-4/+6
* wcn36xx: Remove useless skb spinlockLoic Poulain2018-04-101-7/+1
* wcn36xx: don't keep reference to skb if transmission failedDaniel Mack2018-04-101-3/+3
* wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()Daniel Mack2018-04-101-0/+5
* wcn36xx: Fix firmware crash due to corrupted buffer addressLoic Poulain2018-03-291-9/+4
* wcn36xx: Check DXE IRQ reasonRamon Fried2018-03-261-7/+43
* wcn36xx: calculate DXE control registers valuesRamon Fried2018-03-261-3/+3
* wcn36xx: release DMA memory in case of errorRamon Fried2018-01-251-6/+40
* wcn36xx: check dma_mapping_error()Rob Clark2017-08-031-0/+5
* wcn36xx: Transition driver to SMD clientBjorn Andersson2017-01-121-6/+10
* wcn36xx: Correct DXE chip version differentiationBjorn Andersson2016-07-081-5/+6
* wcn36xx: Split mmio space into explicit regionsBjorn Andersson2016-07-081-11/+15
* wcn36xx: split DMA mask register writing.Fengwei Yin2016-01-071-1/+1
* wcn36xx: handle rx skb allocation failure to avoid system crashFengwei Yin2016-01-071-21/+22
* wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.yfw2015-10-281-17/+17
* wcn36xx: introduce per-channel ring buffer locksBob Copeland2015-10-281-8/+19
* wcn36xx: initialize skb_lockBob Copeland2015-01-231-0/+1
* wcn36xx: don't process 'valid' descriptorsBob Copeland2015-01-231-0/+2
* wcn36xx: Add support for 3680Pontus Fuchs2014-02-131-1/+9
* wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov2013-10-101-0/+805
OpenPOWER on IntegriCloud