diff options
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index 215d5c51bfa0..f0f8ca535a4d 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h | |||
@@ -681,7 +681,6 @@ struct efx_filter_state; | |||
681 | * @port_inhibited: If set, the netif_carrier is always off. Hold the mac_lock | 681 | * @port_inhibited: If set, the netif_carrier is always off. Hold the mac_lock |
682 | * @port_initialized: Port initialized? | 682 | * @port_initialized: Port initialized? |
683 | * @net_dev: Operating system network device. Consider holding the rtnl lock | 683 | * @net_dev: Operating system network device. Consider holding the rtnl lock |
684 | * @rx_checksum_enabled: RX checksumming enabled | ||
685 | * @stats_buffer: DMA buffer for statistics | 684 | * @stats_buffer: DMA buffer for statistics |
686 | * @mac_op: MAC interface | 685 | * @mac_op: MAC interface |
687 | * @phy_type: PHY type | 686 | * @phy_type: PHY type |
@@ -771,7 +770,6 @@ struct efx_nic { | |||
771 | 770 | ||
772 | bool port_initialized; | 771 | bool port_initialized; |
773 | struct net_device *net_dev; | 772 | struct net_device *net_dev; |
774 | bool rx_checksum_enabled; | ||
775 | 773 | ||
776 | struct efx_buffer stats_buffer; | 774 | struct efx_buffer stats_buffer; |
777 | 775 | ||