generic: make switch_port_stats tx/rx_bytes long long
[openwrt/openwrt.git] / target / linux / generic / files / include / linux / switch.h
index f8380b98c56687810816025f63f4e062b69e6f06..4e6238470d3062910d8bf6323ec977c8669b2156 100644 (file)
@@ -59,8 +59,8 @@ struct switch_port_link {
 };
 
 struct switch_port_stats {
-       unsigned long tx_bytes;
-       unsigned long rx_bytes;
+       unsigned long long tx_bytes;
+       unsigned long long rx_bytes;
 };
 
 /**