tg3: Fix NETIF_F_LOOPBACK error
authorMatt Carlson <mcarlson@broadcom.com>
Thu, 19 May 2011 16:02:43 +0000 (16:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2011 04:33:18 +0000 (00:33 -0400)
commitd542fe27c86ecf932f40c898881208ccdaef9dc5
tree8ee74f4e1e4c4a9f279939d2fa528a557e7458af
parent449f4544267e73d5db372971da63634707c32299
tg3: Fix NETIF_F_LOOPBACK error

Mahesh Bandewar noticed that the features cleanup in commit
0da0606f493c5cdab74bdcc96b12f4305ad94085, entitled
"tg3: Consolidate all netdev feature assignments", mistakenly sets
NETIF_F_LOOPBACK by default.  This patch corrects the error.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c