staging: octeon: support enabling multiple rx groups
[cascardo/linux.git] / drivers / staging / octeon / octeon-ethernet.h
index 6275c15..9c6852d 100644 (file)
@@ -40,7 +40,6 @@ struct octeon_ethernet {
        struct sk_buff_head tx_free_list[16];
        /* Device statistics */
        struct net_device_stats stats;
-       struct phy_device *phydev;
        unsigned int last_speed;
        unsigned int last_link;
        /* Last negotiated link state */
@@ -73,7 +72,7 @@ void cvm_oct_link_poll(struct net_device *dev);
 
 extern int always_use_pow;
 extern int pow_send_group;
-extern int pow_receive_group;
+extern int pow_receive_groups;
 extern char pow_send_list[];
 extern struct net_device *cvm_oct_device[];
 extern atomic_t cvm_oct_poll_queue_stopping;