From: Don Skidmore Date: Fri, 28 Jun 2013 05:35:50 +0000 (+0000) Subject: ixgbe: fix incorrect limit value in ring transverse X-Git-Tag: v3.12-rc1~132^2~152^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8a1b12907e314c3630c18da2bc0a07f5ae72e7;p=pandora-kernel.git ixgbe: fix incorrect limit value in ring transverse We were transversing the tx_ring with IXGBE_NUM_RX_QUEUES. Now this define happens to have the correct value but this is misleading and a change later could easily make this no longer true. I updated it to netdev->num_tx_queues like we use in ixgbe_get_strings(). Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed