--- zzzz-none-000/linux-3.10.107/drivers/net/ethernet/ti/tlan.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/net/ethernet/ti/tlan.h 2021-02-04 17:41:59.000000000 +0000 @@ -195,6 +195,7 @@ u32 timer_set_at; u32 timer_type; struct timer_list timer; + struct timer_list media_timer; struct board *adapter; u32 adapter_rev; u32 aui; @@ -206,10 +207,7 @@ u8 tlan_rev; u8 tlan_full_duplex; spinlock_t lock; - u8 link; - u8 is_eisa; struct work_struct tlan_tqueue; - u8 neg_be_verbose; }; @@ -220,7 +218,6 @@ * ****************************************************************/ -#define TLAN_TIMER_LINK_BEAT 1 #define TLAN_TIMER_ACTIVITY 2 #define TLAN_TIMER_PHY_PDOWN 3 #define TLAN_TIMER_PHY_PUP 4 @@ -242,6 +239,7 @@ #define TLAN_EEPROM_ACK 0 #define TLAN_EEPROM_STOP 1 +#define TLAN_EEPROM_SIZE 256