Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mds_f.h
Go to the documentation of this file.
1 #ifndef __WINBOND_MDS_F_H
2 #define __WINBOND_MDS_F_H
3 
4 #include "wbhal.h"
5 #include "core.h"
6 
7 unsigned char Mds_initial(struct wbsoft_priv *adapter);
8 void Mds_Tx(struct wbsoft_priv *adapter);
9 void Mds_SendComplete(struct wbsoft_priv *adapter, struct T02_descriptor *pt02);
10 void Mds_MpduProcess(struct wbsoft_priv *adapter, struct wb35_descriptor *prxdes);
11 extern void DataDmp(u8 *pdata, u32 len, u32 offset);
12 
13 /* For data frame sending */
15 void MDS_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pdes);
17 void MDS_SendResult(struct wbsoft_priv *adapter, u8 packetid, unsigned char sendok);
18 
19 #endif