generic: make switch_port_stats tx/rx_bytes long long
[openwrt/staging/hauke.git] / target / linux / generic / files / drivers / net / phy / swconfig_leds.c
index dad3c393a0961932aacd7411b6a8f41b243d69cf..20b9a12a542bd5a9b0637ffd4d87cdace13e8991 100644 (file)
@@ -36,7 +36,7 @@ struct switch_led_trigger {
        struct delayed_work sw_led_work;
        u32 port_mask;
        u32 port_link;
-       unsigned long port_traffic[SWCONFIG_LED_NUM_PORTS];
+       unsigned long long port_traffic[SWCONFIG_LED_NUM_PORTS];
        u8 link_speed[SWCONFIG_LED_NUM_PORTS];
 };