Commit aa02a939 authored by Hari Prasath Gujulan Elango's avatar Hari Prasath Gujulan Elango Committed by Greg Kroah-Hartman

staging: wilc1000: remove ununsed function

The function WILC_WFI_InitPriv() is not used anywhere in the
driver.Hence remove it.
Signed-off-by: default avatarHari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a093b5f
......@@ -3796,30 +3796,7 @@ int WILC_WFI_update_stats(struct wiphy *wiphy, u32 pktlen, u8 changed)
#endif
return 0;
}
/**
* @brief WILC_WFI_InitPriv
* @details Initialization of the net device, private data
* @param[in] NONE
* @return NONE
* @author mdaftedar
* @date 01 MAR 2012
* @version 1.0
*/
void WILC_WFI_InitPriv(struct net_device *dev)
{
struct WILC_WFI_priv *priv;
priv = netdev_priv(dev);
priv->netstats.rx_packets = 0;
priv->netstats.tx_packets = 0;
priv->netstats.rx_bytes = 0;
priv->netstats.rx_bytes = 0;
priv->netstats.rx_time = 0;
priv->netstats.tx_time = 0;
}
/**
* @brief WILC_WFI_CfgAlloc
* @details Allocation of the wireless device structure and assigning it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment