hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/net/ethernet/broadcom/tg3.h
....@@ -2847,7 +2847,7 @@
28472847 u32 port1_flags;
28482848 u32 port2_flags;
28492849 u32 port3_flags;
2850
- u32 reserved2[1];
2850
+ u32 reserved2;
28512851 };
28522852
28532853
....@@ -2873,7 +2873,7 @@
28732873 struct tg3_link_config {
28742874 /* Describes what we're trying to get. */
28752875 u32 advertising;
2876
- u16 speed;
2876
+ u32 speed;
28772877 u8 duplex;
28782878 u8 autoneg;
28792879 u8 flowctrl;
....@@ -2882,7 +2882,7 @@
28822882 u8 active_flowctrl;
28832883
28842884 u8 active_duplex;
2885
- u16 active_speed;
2885
+ u32 active_speed;
28862886 u32 rmt_adv;
28872887 };
28882888