Commit 611c53f3 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Remove typedef stLocalSFChangeConfirmationAlt.

This patch removes typedef
stLocalSFChangeConfirmationAlt
in CmHost.h.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 497f1d5c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment