Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
staging
winbond
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 */
14
u16
MDS_GetPacketSize
(
struct
wbsoft_priv
*
adapter
);
15
void
MDS_GetNextPacket
(
struct
wbsoft_priv
*
adapter
,
struct
wb35_descriptor
*pdes);
16
void
MDS_GetNextPacketComplete
(
struct
wbsoft_priv
*
adapter
,
struct
wb35_descriptor
*pdes);
17
void
MDS_SendResult
(
struct
wbsoft_priv
*
adapter
,
u8
packetid,
unsigned
char
sendok);
18
19
#endif
Generated on Thu Jan 10 2013 14:32:37 for Linux Kernel by
1.8.2