Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197180
b: refs/heads/master
c: 8611a29
h: refs/heads/master
v: v3
  • Loading branch information
Andres More authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 1edc3ea commit 1ce9164
Show file tree
Hide file tree
Showing 46 changed files with 410 additions and 428 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a9e77b66508a1c2598ce1cb765d7ced52f48cf4
refs/heads/master: 8611a29ab967bc197494db19d31994d1b5a26fdc
44 changes: 22 additions & 22 deletions trunk/drivers/staging/vt6656/80211mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static int msglevel =MSG_LEVEL_INFO;
*
-*/

VOID
void
vMgrEncodeBeacon(
PWLAN_FR_BEACON pFrame
)
Expand Down Expand Up @@ -121,7 +121,7 @@ vMgrEncodeBeacon(
-*/


VOID
void
vMgrDecodeBeacon(
PWLAN_FR_BEACON pFrame
)
Expand Down Expand Up @@ -242,7 +242,7 @@ vMgrDecodeBeacon(
-*/


VOID
void
vMgrEncodeIBSSATIM(
PWLAN_FR_IBSSATIM pFrame
)
Expand All @@ -265,7 +265,7 @@ vMgrEncodeIBSSATIM(
*
-*/

VOID
void
vMgrDecodeIBSSATIM(
PWLAN_FR_IBSSATIM pFrame
)
Expand All @@ -287,7 +287,7 @@ vMgrDecodeIBSSATIM(
*
-*/

VOID
void
vMgrEncodeDisassociation(
PWLAN_FR_DISASSOC pFrame
)
Expand Down Expand Up @@ -315,7 +315,7 @@ vMgrEncodeDisassociation(
*
-*/

VOID
void
vMgrDecodeDisassociation(
PWLAN_FR_DISASSOC pFrame
)
Expand All @@ -341,7 +341,7 @@ vMgrDecodeDisassociation(
-*/


VOID
void
vMgrEncodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
)
Expand All @@ -368,7 +368,7 @@ vMgrEncodeAssocRequest(
*
-*/

VOID
void
vMgrDecodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
)
Expand Down Expand Up @@ -434,7 +434,7 @@ vMgrDecodeAssocRequest(
*
-*/

VOID
void
vMgrEncodeAssocResponse(
PWLAN_FR_ASSOCRESP pFrame
)
Expand Down Expand Up @@ -466,7 +466,7 @@ vMgrEncodeAssocResponse(
*
-*/

VOID
void
vMgrDecodeAssocResponse(
PWLAN_FR_ASSOCRESP pFrame
)
Expand Down Expand Up @@ -512,7 +512,7 @@ vMgrDecodeAssocResponse(
*
-*/

VOID
void
vMgrEncodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
)
Expand Down Expand Up @@ -544,7 +544,7 @@ vMgrEncodeReassocRequest(
-*/


VOID
void
vMgrDecodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
)
Expand Down Expand Up @@ -616,7 +616,7 @@ vMgrDecodeReassocRequest(
-*/


VOID
void
vMgrEncodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
)
Expand All @@ -637,7 +637,7 @@ vMgrEncodeProbeRequest(
*
-*/

VOID
void
vMgrDecodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
)
Expand Down Expand Up @@ -690,7 +690,7 @@ vMgrDecodeProbeRequest(
-*/


VOID
void
vMgrEncodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
)
Expand Down Expand Up @@ -724,7 +724,7 @@ vMgrEncodeProbeResponse(
*
-*/

VOID
void
vMgrDecodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
)
Expand Down Expand Up @@ -838,7 +838,7 @@ vMgrDecodeProbeResponse(
*
-*/

VOID
void
vMgrEncodeAuthen(
PWLAN_FR_AUTHEN pFrame
)
Expand Down Expand Up @@ -869,7 +869,7 @@ vMgrEncodeAuthen(
*
-*/

VOID
void
vMgrDecodeAuthen(
PWLAN_FR_AUTHEN pFrame
)
Expand Down Expand Up @@ -909,7 +909,7 @@ vMgrDecodeAuthen(
*
-*/

VOID
void
vMgrEncodeDeauthen(
PWLAN_FR_DEAUTHEN pFrame
)
Expand All @@ -936,7 +936,7 @@ vMgrEncodeDeauthen(
*
-*/

VOID
void
vMgrDecodeDeauthen(
PWLAN_FR_DEAUTHEN pFrame
)
Expand All @@ -962,7 +962,7 @@ vMgrDecodeDeauthen(
*
-*/

VOID
void
vMgrEncodeReassocResponse(
PWLAN_FR_REASSOCRESP pFrame
)
Expand Down Expand Up @@ -995,7 +995,7 @@ vMgrEncodeReassocResponse(
-*/


VOID
void
vMgrDecodeReassocResponse(
PWLAN_FR_REASSOCRESP pFrame
)
Expand Down
44 changes: 22 additions & 22 deletions trunk/drivers/staging/vt6656/80211mgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -748,112 +748,112 @@ typedef struct tagWLAN_FR_DEAUTHEN {
} WLAN_FR_DEAUTHEN, *PWLAN_FR_DEAUTHEN;

/*--------------------- Export Functions --------------------------*/
VOID
void
vMgrEncodeBeacon(
PWLAN_FR_BEACON pFrame
);

VOID
void
vMgrDecodeBeacon(
PWLAN_FR_BEACON pFrame
);

VOID
void
vMgrEncodeIBSSATIM(
PWLAN_FR_IBSSATIM pFrame
);

VOID
void
vMgrDecodeIBSSATIM(
PWLAN_FR_IBSSATIM pFrame
);

VOID
void
vMgrEncodeDisassociation(
PWLAN_FR_DISASSOC pFrame
);

VOID
void
vMgrDecodeDisassociation(
PWLAN_FR_DISASSOC pFrame
);

VOID
void
vMgrEncodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
);

VOID
void
vMgrDecodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
);

VOID
void
vMgrEncodeAssocResponse(
PWLAN_FR_ASSOCRESP pFrame
);

VOID
void
vMgrDecodeAssocResponse(
PWLAN_FR_ASSOCRESP pFrame
);

VOID
void
vMgrEncodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
);

VOID
void
vMgrDecodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
);

VOID
void
vMgrEncodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
);

VOID
void
vMgrDecodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
);

VOID
void
vMgrEncodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
);

VOID
void
vMgrDecodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
);

VOID
void
vMgrEncodeAuthen(
PWLAN_FR_AUTHEN pFrame
);

VOID
void
vMgrDecodeAuthen(
PWLAN_FR_AUTHEN pFrame
);

VOID
void
vMgrEncodeDeauthen(
PWLAN_FR_DEAUTHEN pFrame
);

VOID
void
vMgrDecodeDeauthen(
PWLAN_FR_DEAUTHEN pFrame
);

VOID
void
vMgrEncodeReassocResponse(
PWLAN_FR_REASSOCRESP pFrame
);

VOID
void
vMgrDecodeReassocResponse(
PWLAN_FR_REASSOCRESP pFrame
);
Expand Down
Loading

0 comments on commit 1ce9164

Please sign in to comment.