summaryrefslogtreecommitdiff
path: root/net/batman-adv
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2017-01-24 19:05:45 +0530
committerKalle Valo <kvalo@codeaurora.org>2017-01-28 09:10:04 +0200
commitcc37d8efd2ba3a4cf395a727935f920c00b6f1a2 (patch)
tree43131ae631b12d93cc23465bcb2912318e4c104e /net/batman-adv
parent3e66849865edca1d04c9c6227b9153e9bdbdaec0 (diff)
mwifiex: use pci_dma_sync_single* APIs
On some platforms, driver is unable read sleep cookie signature even if firmware has written it through DMA. The problem is fixed by using pci_dma_sync_single* APIs while reading DMA buffer shared with firmware. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'net/batman-adv')
0 files changed, 0 insertions, 0 deletions
t merges skb->nfct and skb->nfctinfo into skb->_nfct. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> 2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+3 Followup patch renames skb->nfct and changes its type so add a helper to avoid intrusive rename change later. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>