Commit e86d748
committed
stm32/eth: Remove unused configured_phy_speed field.
The configured_phy_speed field was only written but never read. The
boolean mac_speed_configured alone is sufficient to track whether MAC
speed/duplex has been configured.
This removes 3 assignments and the uint16_t field from the eth_t struct.
Signed-off-by: Andrew Leech <[email protected]>1 parent 183a928 commit e86d748
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
913 | 912 | | |
914 | 913 | | |
915 | 914 | | |
916 | | - | |
917 | 915 | | |
918 | 916 | | |
919 | 917 | | |
| |||
1086 | 1084 | | |
1087 | 1085 | | |
1088 | 1086 | | |
1089 | | - | |
1090 | 1087 | | |
1091 | 1088 | | |
1092 | 1089 | | |
| |||
0 commit comments