Commit a0e9ad31 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt.



This patch removes typedef
stLocalSFAddConfirmationAlt in CmHost.h.

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a202040a
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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;