From: Malcolm Priestley Date: Mon, 9 Feb 2015 19:11:33 +0000 (+0000) Subject: staging: vt6655: vnt_tx_packet fix dma_idx selection. X-Git-Tag: omap-for-v4.1/fixes-rc1~284^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c312530589ed9524fc7cc921105dc9b67ea32d6a;p=pandora-kernel.git staging: vt6655: vnt_tx_packet fix dma_idx selection. There is still a problem that dma_idx is causing packets to go onto the wrong tx path. Protect dma_idx fully with the present first lock and use pTDInfo->byFlags TD_FLAGS_NETIF_SKB to set MACvTransmit. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed