aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/80211mgr.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-01 13:25:00 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:36:01 -0400
commit8611a29ab967bc197494db19d31994d1b5a26fdc (patch)
tree521ae94c2e0bf1f7db85d1480909ad6d39aed370 /drivers/staging/vt6656/80211mgr.c
parent8a9e77b66508a1c2598ce1cb765d7ced52f48cf4 (diff)
Staging: vt6656: removed VOID/PVOID definitions
Warnings about the usage of externs in .c files were not resolved here. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/80211mgr.c')
-rw-r--r--drivers/staging/vt6656/80211mgr.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/drivers/staging/vt6656/80211mgr.c b/drivers/staging/vt6656/80211mgr.c
index b9dc7b1d938..f24dc55e68f 100644
--- a/drivers/staging/vt6656/80211mgr.c
+++ b/drivers/staging/vt6656/80211mgr.c
@@ -89,7 +89,7 @@ static int msglevel =MSG_LEVEL_INFO;
89 * 89 *
90-*/ 90-*/
91 91
92VOID 92void
93vMgrEncodeBeacon( 93vMgrEncodeBeacon(
94 PWLAN_FR_BEACON pFrame 94 PWLAN_FR_BEACON pFrame
95 ) 95 )
@@ -121,7 +121,7 @@ vMgrEncodeBeacon(
121-*/ 121-*/
122 122
123 123
124VOID 124void
125vMgrDecodeBeacon( 125vMgrDecodeBeacon(
126 PWLAN_FR_BEACON pFrame 126 PWLAN_FR_BEACON pFrame
127 ) 127 )
@@ -242,7 +242,7 @@ vMgrDecodeBeacon(
242-*/ 242-*/
243 243
244 244
245VOID 245void
246vMgrEncodeIBSSATIM( 246vMgrEncodeIBSSATIM(
247 PWLAN_FR_IBSSATIM pFrame 247 PWLAN_FR_IBSSATIM pFrame
248 ) 248 )
@@ -265,7 +265,7 @@ vMgrEncodeIBSSATIM(
265 * 265 *
266-*/ 266-*/
267 267
268VOID 268void
269vMgrDecodeIBSSATIM( 269vMgrDecodeIBSSATIM(
270 PWLAN_FR_IBSSATIM pFrame 270 PWLAN_FR_IBSSATIM pFrame
271 ) 271 )
@@ -287,7 +287,7 @@ vMgrDecodeIBSSATIM(
287 * 287 *
288-*/ 288-*/
289 289
290VOID 290void
291vMgrEncodeDisassociation( 291vMgrEncodeDisassociation(
292 PWLAN_FR_DISASSOC pFrame 292 PWLAN_FR_DISASSOC pFrame
293 ) 293 )
@@ -315,7 +315,7 @@ vMgrEncodeDisassociation(
315 * 315 *
316-*/ 316-*/
317 317
318VOID 318void
319vMgrDecodeDisassociation( 319vMgrDecodeDisassociation(
320 PWLAN_FR_DISASSOC pFrame 320 PWLAN_FR_DISASSOC pFrame
321 ) 321 )
@@ -341,7 +341,7 @@ vMgrDecodeDisassociation(
341-*/ 341-*/
342 342
343 343
344VOID 344void
345vMgrEncodeAssocRequest( 345vMgrEncodeAssocRequest(
346 PWLAN_FR_ASSOCREQ pFrame 346 PWLAN_FR_ASSOCREQ pFrame
347 ) 347 )
@@ -368,7 +368,7 @@ vMgrEncodeAssocRequest(
368 * 368 *
369-*/ 369-*/
370 370
371VOID 371void
372vMgrDecodeAssocRequest( 372vMgrDecodeAssocRequest(
373 PWLAN_FR_ASSOCREQ pFrame 373 PWLAN_FR_ASSOCREQ pFrame
374 ) 374 )
@@ -434,7 +434,7 @@ vMgrDecodeAssocRequest(
434 * 434 *
435-*/ 435-*/
436 436
437VOID 437void
438vMgrEncodeAssocResponse( 438vMgrEncodeAssocResponse(
439 PWLAN_FR_ASSOCRESP pFrame 439 PWLAN_FR_ASSOCRESP pFrame
440 ) 440 )
@@ -466,7 +466,7 @@ vMgrEncodeAssocResponse(
466 * 466 *
467-*/ 467-*/
468 468
469VOID 469void
470vMgrDecodeAssocResponse( 470vMgrDecodeAssocResponse(
471 PWLAN_FR_ASSOCRESP pFrame 471 PWLAN_FR_ASSOCRESP pFrame
472 ) 472 )
@@ -512,7 +512,7 @@ vMgrDecodeAssocResponse(
512 * 512 *
513-*/ 513-*/
514 514
515VOID 515void
516vMgrEncodeReassocRequest( 516vMgrEncodeReassocRequest(
517 PWLAN_FR_REASSOCREQ pFrame 517 PWLAN_FR_REASSOCREQ pFrame
518 ) 518 )
@@ -544,7 +544,7 @@ vMgrEncodeReassocRequest(
544-*/ 544-*/
545 545
546 546
547VOID 547void
548vMgrDecodeReassocRequest( 548vMgrDecodeReassocRequest(
549 PWLAN_FR_REASSOCREQ pFrame 549 PWLAN_FR_REASSOCREQ pFrame
550 ) 550 )
@@ -616,7 +616,7 @@ vMgrDecodeReassocRequest(
616-*/ 616-*/
617 617
618 618
619VOID 619void
620vMgrEncodeProbeRequest( 620vMgrEncodeProbeRequest(
621 PWLAN_FR_PROBEREQ pFrame 621 PWLAN_FR_PROBEREQ pFrame
622 ) 622 )
@@ -637,7 +637,7 @@ vMgrEncodeProbeRequest(
637 * 637 *
638-*/ 638-*/
639 639
640VOID 640void
641vMgrDecodeProbeRequest( 641vMgrDecodeProbeRequest(
642 PWLAN_FR_PROBEREQ pFrame 642 PWLAN_FR_PROBEREQ pFrame
643 ) 643 )
@@ -690,7 +690,7 @@ vMgrDecodeProbeRequest(
690-*/ 690-*/
691 691
692 692
693VOID 693void
694vMgrEncodeProbeResponse( 694vMgrEncodeProbeResponse(
695 PWLAN_FR_PROBERESP pFrame 695 PWLAN_FR_PROBERESP pFrame
696 ) 696 )
@@ -724,7 +724,7 @@ vMgrEncodeProbeResponse(
724 * 724 *
725-*/ 725-*/
726 726
727VOID 727void
728vMgrDecodeProbeResponse( 728vMgrDecodeProbeResponse(
729 PWLAN_FR_PROBERESP pFrame 729 PWLAN_FR_PROBERESP pFrame
730 ) 730 )
@@ -838,7 +838,7 @@ vMgrDecodeProbeResponse(
838 * 838 *
839-*/ 839-*/
840 840
841VOID 841void
842vMgrEncodeAuthen( 842vMgrEncodeAuthen(
843 PWLAN_FR_AUTHEN pFrame 843 PWLAN_FR_AUTHEN pFrame
844 ) 844 )
@@ -869,7 +869,7 @@ vMgrEncodeAuthen(
869 * 869 *
870-*/ 870-*/
871 871
872VOID 872void
873vMgrDecodeAuthen( 873vMgrDecodeAuthen(
874 PWLAN_FR_AUTHEN pFrame 874 PWLAN_FR_AUTHEN pFrame
875 ) 875 )
@@ -909,7 +909,7 @@ vMgrDecodeAuthen(
909 * 909 *
910-*/ 910-*/
911 911
912VOID 912void
913vMgrEncodeDeauthen( 913vMgrEncodeDeauthen(
914 PWLAN_FR_DEAUTHEN pFrame 914 PWLAN_FR_DEAUTHEN pFrame
915 ) 915 )
@@ -936,7 +936,7 @@ vMgrEncodeDeauthen(
936 * 936 *
937-*/ 937-*/
938 938
939VOID 939void
940vMgrDecodeDeauthen( 940vMgrDecodeDeauthen(
941 PWLAN_FR_DEAUTHEN pFrame 941 PWLAN_FR_DEAUTHEN pFrame
942 ) 942 )
@@ -962,7 +962,7 @@ vMgrDecodeDeauthen(
962 * 962 *
963-*/ 963-*/
964 964
965VOID 965void
966vMgrEncodeReassocResponse( 966vMgrEncodeReassocResponse(
967 PWLAN_FR_REASSOCRESP pFrame 967 PWLAN_FR_REASSOCRESP pFrame
968 ) 968 )
@@ -995,7 +995,7 @@ vMgrEncodeReassocResponse(
995-*/ 995-*/
996 996
997 997
998VOID 998void
999vMgrDecodeReassocResponse( 999vMgrDecodeReassocResponse(
1000 PWLAN_FR_REASSOCRESP pFrame 1000 PWLAN_FR_REASSOCRESP pFrame
1001 ) 1001 )