gadget/rndis: dev_get_stats() now returns rtnl_link_stats64.
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2010 04:50:14 +0000 (21:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2010 04:50:14 +0000 (21:50 -0700)
Based upon a report by Stephen Rothwell.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/usb/gadget/rndis.c

index 5c0d06c79a81f1f5e5198aa1576e5e2d29d369f7..fb69b01c8f3a3cfc0bc681a0c465f0d3f7b749c4 100644 (file)
@@ -171,7 +171,7 @@ gen_ndis_query_resp (int configNr, u32 OID, u8 *buf, unsigned buf_len,
        int                     i, count;
        rndis_query_cmplt_type  *resp;
        struct net_device       *net;
-       const struct net_device_stats   *stats;
+       const struct rtnl_link_stats64 *stats;
 
        if (!r) return -ENOMEM;
        resp = (rndis_query_cmplt_type *) r->buf;