Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt.
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 30 Oct 2012 03:08:57 +0000 (23:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:37:16 +0000 (10:37 -0700)
This patch removes typedef
stLocalSFAddConfirmationAlt in CmHost.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.h

index 5702ac7dbbec903fff9cf4df40cf7edeedd6de52..8572defa83f1ad6382c8931af0fe3c3ebbe13573 100644 (file)
@@ -54,20 +54,6 @@ typedef struct stLocalSFAddIndicationAlt {
 /* USE_MEMORY_MANAGER(); */
 } stLocalSFAddIndicationAlt;
 
-/* brief structure stLocalSFAddConfirmation */
-typedef struct stLocalSFAddConfirmationAlt {
-       u8      u8Type;
-       u8      u8Direction;
-       u16     u16TID;
-       /* brief 16bitCID */
-       u16     u16CID;
-       /* brief 16bitVCID */
-       u16     u16VCID;
-       struct bcm_connect_mgr_params sfAuthorizedSet;
-       struct bcm_connect_mgr_params sfAdmittedSet;
-       struct bcm_connect_mgr_params sfActiveSet;
-} stLocalSFAddConfirmationAlt;
-
 struct bcm_change_indication {
        u8      u8Type;
        u8      u8Direction;
This page took 0.024286 seconds and 5 git commands to generate.