]> git.sur5r.net Git - u-boot/blobdiff - include/net.h
usb: legacy_hub_port_reset(): Speedup hub reset handling
[u-boot] / include / net.h
index ac44d614ca335e390d801e3be50aaac6acccac71..a739f45bbbcea264bbf7ca070a45929c6fd41caf 100644 (file)
@@ -86,11 +86,13 @@ enum eth_state_t {
  * @iobase: The base address of the hardware registers
  * @enetaddr: The Ethernet MAC address that is loaded from EEPROM or env
  * @phy_interface: PHY interface to use - see PHY_INTERFACE_MODE_...
+ * @max_speed: Maximum speed of Ethernet connection supported by MAC
  */
 struct eth_pdata {
        phys_addr_t iobase;
        unsigned char enetaddr[6];
        int phy_interface;
+       int max_speed;
 };
 
 enum eth_recv_flags {