aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/wblinux_f.h
blob: d763820081a1645ee518f2cecfe39f738fa9cc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//=========================================================================
// Copyright (c) 1996-2004 Winbond Electronic Corporation
//
// wblinux_f.h
//
void WBLinux_ReceivePacket(  struct wb35_adapter *adapter,  PRXLAYER1 pRxLayer1 );
unsigned char WBLINUX_Initial(  struct wb35_adapter *adapter );
int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev );
void WBLINUX_GetNextPacket(  struct wb35_adapter *adapter,  PDESCRIPTOR pDes );
void WBLINUX_GetNextPacketCompleted(  struct wb35_adapter *adapter,  PDESCRIPTOR pDes );
void WBLINUX_stop(  struct wb35_adapter *adapter );
void WBLINUX_Destroy(  struct wb35_adapter *adapter );
void wb35_set_multicast( struct net_device *netdev );
struct net_device_stats * wb35_netdev_stats( struct net_device *netdev );
void WBLINUX_stop(  struct wb35_adapter *adapter );
void WbWlanHalt(  struct wb35_adapter *adapter );
void WBLINUX_ConnectStatus(  struct wb35_adapter *adapter,  u32 flag );
unsigned char WbWLanInitialize(struct wb35_adapter *adapter);