staging: wlan-ng: Use net_device_stats from struct net_device
[pandora-kernel.git] / drivers / staging / wlan-ng / p80211netdev.h
index 2e0bd24..69a4f59 100644 (file)
@@ -209,7 +209,6 @@ typedef struct wlandevice {
        /* queue for indications waiting for cmd completion */
        /* Linux netdevice and support */
        netdevice_t *netdev;    /* ptr to linux netdevice */
-       struct net_device_stats linux_stats;
 
        /* Rx bottom half */
        struct tasklet_struct rx_bh;