]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/winbond/wblinux_f.h
Staging: w35und: remove global struct ieee80211_hw
[karo-tx-linux.git] / drivers / staging / winbond / wblinux_f.h
1 #ifndef __WBLINUX_F_H
2 #define __WBLINUX_F_H
3
4 #include "core.h"
5 #include "mds_s.h"
6
7 //=========================================================================
8 // Copyright (c) 1996-2004 Winbond Electronic Corporation
9 //
10 // wblinux_f.h
11 //
12 unsigned char WBLINUX_Initial(  struct wbsoft_priv *adapter );
13 int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev );
14 void WBLINUX_stop(  struct wbsoft_priv *adapter );
15 void WBLINUX_Destroy(  struct wbsoft_priv *adapter );
16 void wb35_set_multicast( struct net_device *netdev );
17 struct net_device_stats * wb35_netdev_stats( struct net_device *netdev );
18 void WBLINUX_stop(  struct wbsoft_priv *adapter );
19 void WbWlanHalt(  struct wbsoft_priv *adapter );
20 unsigned char WbWLanInitialize(struct ieee80211_hw *hw);
21
22
23 #endif