From: Jonas Jensen Date: Mon, 25 Aug 2014 14:22:11 +0000 (+0200) Subject: net: moxa: clear DESC1 on ndo_start_xmit() X-Git-Tag: fixes-for-v3.18-merge-window~162^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b853f31940c84cce6a3f5cb4f529b029906ee69c;p=pandora-kernel.git net: moxa: clear DESC1 on ndo_start_xmit() TX buffer length is not cleared on ndo_start_xmit(). Failing to do so can bug/hang the controller and cause TX interrupts to stop altogether. Remove the readl() and compute a new value for DESC1. Addresses https://bugzilla.kernel.org/show_bug.cgi?id=69031 Signed-off-by: Jonas Jensen Signed-off-by: David S. Miller --- Reading git-diff-tree failed