staging: wilc1000: rename pstrStatistics in wilc_get_statistics
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_wfi_cfgoperations.h
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
13 struct wireless_dev *wilc_create_wiphy(struct net_device *net, struct device *dev);
14 void wilc_free_wiphy(struct net_device *net);
15 int WILC_WFI_update_stats(struct wiphy *wiphy, u32 pktlen, u8 changed);
16 int wilc_deinit_host_int(struct net_device *net);
17 int wilc_init_host_int(struct net_device *net);
18 void WILC_WFI_monitor_rx(u8 *buff, u32 size);
19 int WILC_WFI_deinit_mon_interface(void);
20 struct net_device *WILC_WFI_init_mon_interface(const char *name, struct net_device *real_dev);
21 void wilc_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev,
22 u16 frame_type, bool reg);
23
24 #endif
This page took 0.034107 seconds and 5 git commands to generate.