From f93bb79df52073c27378782c85e48d50c6560d59 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 23 Aug 2007 02:30:16 -0400 Subject: [PATCH] --- yaml --- r: 66665 b: refs/heads/master c: b1eab70130fd60082cce11caba14fe8c99a018e9 h: refs/heads/master i: 66663: 95bef251975fd2363e814f5df472c43a15869720 v: v3 --- [refs] | 2 +- trunk/drivers/net/r8169.c | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/[refs] b/[refs] index bb3802fd7e0e..4e99c510b803 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88b1943bd3e4d2620e5936181861e00bf6236aa4 +refs/heads/master: b1eab70130fd60082cce11caba14fe8c99a018e9 diff --git a/trunk/drivers/net/r8169.c b/trunk/drivers/net/r8169.c index eecd811feead..419c00cbe6e9 100644 --- a/trunk/drivers/net/r8169.c +++ b/trunk/drivers/net/r8169.c @@ -977,19 +977,19 @@ static const char rtl8169_gstrings[][ETH_GSTRING_LEN] = { }; struct rtl8169_counters { - u64 tx_packets; - u64 rx_packets; - u64 tx_errors; - u32 rx_errors; - u16 rx_missed; - u16 align_errors; - u32 tx_one_collision; - u32 tx_multi_collision; - u64 rx_unicast; - u64 rx_broadcast; - u32 rx_multicast; - u16 tx_aborted; - u16 tx_underun; + __le64 tx_packets; + __le64 rx_packets; + __le64 tx_errors; + __le32 rx_errors; + __le16 rx_missed; + __le16 align_errors; + __le32 tx_one_collision; + __le32 tx_multi_collision; + __le64 rx_unicast; + __le64 rx_broadcast; + __le32 rx_multicast; + __le16 tx_aborted; + __le16 tx_underun; }; static int rtl8169_get_sset_count(struct net_device *dev, int sset)