These are dead nolonger of use.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        u8 mac_hw;
        /* netdev */
        struct usb_device *usb;
-       struct net_device_stats stats;
 
        u64 tsf_time;
        u8 rx_rate;
        u8 byNewChannel;
        u8 byChannelSwitchCount;
 
-       struct iw_statistics wstats; /* wireless stats */
        struct ieee80211_low_level_stats low_stats;
 };
 
 
 void INTnsProcessData(struct vnt_private *priv)
 {
        struct vnt_interrupt_data *int_data;
-       struct net_device_stats *stats = &priv->stats;
        struct ieee80211_low_level_stats *low_stats = &priv->low_stats;
 
        DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"---->s_nsInterruptProcessData\n");
        }
 
        priv->int_buf.in_use = false;
-
-       stats->tx_errors = priv->wstats.discard.retries;
-       stats->tx_dropped = priv->wstats.discard.retries;
 }