ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 27 May 2011 05:31:42 +0000 (05:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Jun 2011 07:04:59 +0000 (00:04 -0700)
This change updates all values dealing with count, next_to_use, and
next_to_clean so that they stay u16 values.  The advantage of this is that
there is no re-casting of type during the propagation through the stack.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c

Simple merge