开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wcn36xx
/
dxe.c
Age
Commit message (
Expand
)
Author
2021-11-08
wcn36xx: Put DXE block into reset before freeing memory
Bryan O'Donoghue
2021-11-08
wcn36xx: Release DMA channel descriptor allocations
Bryan O'Donoghue
2021-11-08
wcn36xx: Fix DMA channel enable/disable cycle
Bryan O'Donoghue
2021-11-01
wcn36xx: implement flush op to speed up connected scan
Benjamin Li
2021-10-27
wcn36xx: add proper DMA memory barriers in rx path
Benjamin Li
2021-10-25
wcn36xx: Fix tx_status mechanism
Loic Poulain
2021-06-14
wcn36xx: Fix inconsistent indenting
Jiapeng Chong
2020-08-14
wcn36xx: Add TX ack support
Loic Poulain
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-08-24
wcn36xx: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
2018-05-25
wcn36xx: consider CTRL_EOP bit when looking for valid descriptors
Daniel Mack
2018-05-25
wcn36xx: only handle packets when ED or DONE bit is set
Daniel Mack
2018-05-25
wcn36xx: clear all masks in RX interrupt
Daniel Mack
2018-05-25
wcn36xx: don't disable RX IRQ from handler
Daniel Mack
2018-05-25
wcn36xx: fix buffer commit logic on TX path
Daniel Mack
2018-04-19
wcn36xx: use READ_ONCE() to access desc->ctrl
Daniel Mack
2018-04-10
wcn36xx: allocate skbs with GFP_KERNEL during init
Daniel Mack
2018-04-10
wcn36xx: Remove useless skb spinlock
Loic Poulain
2018-04-10
wcn36xx: don't keep reference to skb if transmission failed
Daniel Mack
2018-04-10
wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()
Daniel Mack
2018-03-29
wcn36xx: Fix firmware crash due to corrupted buffer address
Loic Poulain
2018-03-26
wcn36xx: Check DXE IRQ reason
Ramon Fried
2018-03-26
wcn36xx: calculate DXE control registers values
Ramon Fried
2018-01-25
wcn36xx: release DMA memory in case of error
Ramon Fried
2017-08-03
wcn36xx: check dma_mapping_error()
Rob Clark
2017-01-12
wcn36xx: Transition driver to SMD client
Bjorn Andersson
2016-07-08
wcn36xx: Correct DXE chip version differentiation
Bjorn Andersson
2016-07-08
wcn36xx: Split mmio space into explicit regions
Bjorn Andersson
2016-01-07
wcn36xx: split DMA mask register writing.
Fengwei Yin
2016-01-07
wcn36xx: handle rx skb allocation failure to avoid system crash
Fengwei Yin
2015-10-28
wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.
yfw
2015-10-28
wcn36xx: introduce per-channel ring buffer locks
Bob Copeland
2015-01-23
wcn36xx: initialize skb_lock
Bob Copeland
2015-01-23
wcn36xx: don't process 'valid' descriptors
Bob Copeland
2014-02-13
wcn36xx: Add support for 3680
Pontus Fuchs
2013-10-10
wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware
Eugene Krasnikov