summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/CmHost.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-10-29 23:08:55 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 10:36:24 -0700
commit611c53f3b1d2108735e9e4647968dd59e09d8480 (patch)
treebe47e18417d75e0e6d1681c90d22e5853070433f /drivers/staging/bcm/CmHost.h
parent497f1d5c5e520dca0285276363349e4ae263d2cb (diff)
downloadlinux-611c53f3b1d2108735e9e4647968dd59e09d8480.tar.bz2
Staging: bcm: Remove typedef stLocalSFChangeConfirmationAlt.
This patch removes typedef stLocalSFChangeConfirmationAlt in CmHost.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/CmHost.h')
-rw-r--r--drivers/staging/bcm/CmHost.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h
index 6e79e970069e..2b963de647d7 100644
--- a/drivers/staging/bcm/CmHost.h
+++ b/drivers/staging/bcm/CmHost.h
@@ -90,20 +90,6 @@ typedef struct stLocalSFChangeRequestAlt {
u16 u16Padd; /* < 16 bit */
} stLocalSFChangeRequestAlt;
-/* brief structure stLocalSFChangeConfirmation */
-typedef struct stLocalSFChangeConfirmationAlt {
- 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;
-} stLocalSFChangeConfirmationAlt;
-
struct bcm_change_indication {
u8 u8Type;
u8 u8Direction;