Commit 47d1a7f
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 ae07a78 commit 47d1a7f
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| |||
914 | 913 | | |
915 | 914 | | |
916 | 915 | | |
917 | | - | |
918 | 916 | | |
919 | 917 | | |
920 | 918 | | |
| |||
1087 | 1085 | | |
1088 | 1086 | | |
1089 | 1087 | | |
1090 | | - | |
1091 | 1088 | | |
1092 | 1089 | | |
1093 | 1090 | | |
| |||
0 commit comments