From: Dmitry Kravkov Date: Tue, 6 Dec 2011 02:05:12 +0000 (+0000) Subject: bnx2x: fix crash while ethtool -t X-Git-Tag: v3.3-rc1~182^2~333 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73dbb5e1627a35c8ab81f3813c096e9e7aaabaaa;p=pandora-kernel.git bnx2x: fix crash while ethtool -t commit 2df1a70aaf70e8dff11b89b938a5f317556ee640 "bnx2x: Support for byte queue limits" has introduced an asymmetry in usage of netdev_tx_completed_queue and netdev_tx_sent_queue. Missing call to netdev_tx_sent_queue causes the crash during ethtool -t. The patch adds the missing call. Signed-off-by: Dmitry Kravkov Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed