]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: remove redundant configuration of vmolr, rename generic variable
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:37:48 +0000 (13:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:44:22 +0000 (16:44 -0700)
commit826437d3de43174a8199776b5c1178bafa0b6634
tree80d704a2d473bede0cbfe551a2f100f14db71e6e
parent1395807091300b84789316cad2a9142b58f9092a
ixgbe: remove redundant configuration of vmolr, rename generic variable

The vmolr is configured already in ixgbe_set_rx_mode for the PF so there is
no need to set it again in ixgbe_configure_rx.

Instead of using the variable name reg, it is easier to just rename it to
gcr_ext to reflect the register contents that the variable holds.

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