projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634cdca
)
ixgbe: cleanup feature flags in ixgbe_probe
author
Don Skidmore
<
[email protected]
>
Sat, 30 Jul 2011 05:08:18 +0000
(
05:08
+0000)
committer
Jeff Kirsher
<
[email protected]
>
Mon, 29 Aug 2011 08:28:27 +0000
(
01:28
-0700)
I'm removing NETIF_F_GRO from being initialed in the feature flags during
ixgbe_probe() bases on a comment from Michal Miroslaw
<
[email protected]
> that it is always set by network code now.
Signed-off-by: Don Skidmore <
[email protected]
>
Tested-by: Phil Schmitt <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
index 3932cd06103aeca1b1e1d5db9e8166cbcd0038d7..a30f8266df000e782b7b9d4bccf63706aac98a81 100644
(file)
--- a/
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
+++ b/
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
@@
-7510,7
+7510,6
@@
static int __devinit ixgbe_probe(struct pci_dev *pdev,
NETIF_F_HW_VLAN_FILTER |
NETIF_F_TSO |
NETIF_F_TSO6 |
- NETIF_F_GRO |
NETIF_F_RXHASH |
NETIF_F_RXCSUM;