summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2015-10-05 15:25:52 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-08 10:56:03 +0100
commitfeea5c4121cf83aab46f9d1a7ab49bc748c3d4a7 (patch)
tree131e219ab8e337193d9576abe2343f4bb67b6389 /drivers/staging/wilc1000/linux_mon.c
parente4bc3d677e533abcc1cdc8e271ce239d6956ae12 (diff)
downloadop-kernel-dev-feea5c4121cf83aab46f9d1a7ab49bc748c3d4a7.zip
op-kernel-dev-feea5c4121cf83aab46f9d1a7ab49bc748c3d4a7.tar.gz
staging: wilc1000: remove unused functions
This patch removes unused functions. - drivers/staging/wilc1000/linux_mon.c : WILC_WFI_mon_setup - drivers/staging/wilc1000/wilc_sdio.o : sdio_set_func0_csa_address_byte0 Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/linux_mon.c')
-rw-r--r--drivers/staging/wilc1000/linux_mon.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/staging/wilc1000/linux_mon.c b/drivers/staging/wilc1000/linux_mon.c
index a943b23..bde4095 100644
--- a/drivers/staging/wilc1000/linux_mon.c
+++ b/drivers/staging/wilc1000/linux_mon.c
@@ -311,32 +311,6 @@ static const struct net_device_ops wilc_wfi_netdev_ops = {
};
/**
- * @brief WILC_WFI_mon_setup
- * @details
- * @param[in]
- * @return int : Return 0 on Success
- * @author mdaftedar
- * @date 12 JUL 2012
- * @version 1.0
- */
-static void WILC_WFI_mon_setup(struct net_device *dev)
-{
-
- dev->netdev_ops = &wilc_wfi_netdev_ops;
- PRINT_INFO(CORECONFIG_DBG, "In Ethernet setup function\n");
- ether_setup(dev);
- dev->priv_flags |= IFF_NO_QUEUE;
- dev->type = ARPHRD_IEEE80211_RADIOTAP;
- eth_zero_addr(dev->dev_addr);
-
- {
- unsigned char mac_add[] = {0x00, 0x50, 0xc2, 0x5e, 0x10, 0x8f};
- memcpy(dev->dev_addr, mac_add, ETH_ALEN);
- }
-
-}
-
-/**
* @brief WILC_WFI_init_mon_interface
* @details
* @param[in]
OpenPOWER on IntegriCloud