ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
[linux-2.6-microblaze.git] / include / linux / ethtool.h
index 14549cb..89807c3 100644 (file)
@@ -223,9 +223,9 @@ __ethtool_get_link_ksettings(struct net_device *dev,
                             struct ethtool_link_ksettings *link_ksettings);
 
 struct ethtool_keee {
-       u32     supported;
-       u32     advertised;
-       u32     lp_advertised;
+       u32     supported_u32;
+       u32     advertised_u32;
+       u32     lp_advertised_u32;
        u32     tx_lpi_timer;
        bool    tx_lpi_enabled;
        bool    eee_active;