mwifiex: remove redundant GFP_DMA flag
authorXinming Hu <huxm@marvell.com>
Tue, 5 Apr 2016 08:04:37 +0000 (01:04 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Apr 2016 16:42:21 +0000 (19:42 +0300)
commit00c5478049683b15599339e36cae7fffc1e62844
treea9a6ad562c3a0ba304107a7edadd87f5acf9a828
parenta362e16b83e1823746874485710c7515eb5ee369
mwifiex: remove redundant GFP_DMA flag

skb forwarded to TCP/IP stack doesn't need to allocate in DMA ZONE.
This patch removes GFP_DMA flag in this case to save precious DMA
memory.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/sdio.c
This page took 0.02531 seconds and 5 git commands to generate.