Staging: wilc1000: Remove unused function WILC_WFI_update_stats
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_wfi_cfgoperations.h
CommitLineData
c5c77ba1
JK
1/*!
2 * @file wilc_wfi_cfgoperations.h
3 * @brief Definitions for the network module
4 * @author syounan
5 * @sa wilc_oswrapper.h top level OS wrapper file
6 * @date 31 Aug 2010
7 * @version 1.0
8 */
9#ifndef NM_WFI_CFGOPERATIONS
10#define NM_WFI_CFGOPERATIONS
11#include "wilc_wfi_netdevice.h"
12
2e7d5377 13struct wireless_dev *wilc_create_wiphy(struct net_device *net, struct device *dev);
96da20a9 14void wilc_free_wiphy(struct net_device *net);
a9a16823 15int wilc_deinit_host_int(struct net_device *net);
dd4b6a83 16int wilc_init_host_int(struct net_device *net);
fbc2fe16 17void WILC_WFI_monitor_rx(u8 *buff, u32 size);
c5c77ba1 18int WILC_WFI_deinit_mon_interface(void);
057d1e97 19struct net_device *WILC_WFI_init_mon_interface(const char *name, struct net_device *real_dev);
8e0735c5
CL
20void wilc_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev,
21 u16 frame_type, bool reg);
c5c77ba1 22
c5c77ba1 23#endif
This page took 0.152832 seconds and 5 git commands to generate.