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

Staging: bcm: Remove typedef stLocalSFChangeRequestAlt.



This patch removes typedef
stLocalSFChangeRequestAlt in CmHost.h.

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 611c53f3
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -68,28 +68,6 @@ typedef struct stLocalSFAddConfirmationAlt {
	struct bcm_connect_mgr_params sfActiveSet;
} stLocalSFAddConfirmationAlt;

/* brief structure stLocalSFChangeRequest */
typedef struct stLocalSFChangeRequestAlt {
	u8	u8Type;
	u8	u8Direction;
	u16	u16TID;
	/* brief 16bitCID */
	u16	u16CID;
	/* brief 16bitVCID */
	u16	u16VCID;
	/*
	 * Pointer location at which following connection manager param Structure can be read
	 * from the target. We only get the address location and we need to read out the
	 * entire connection manager param structure at the given location on target
	 */
	struct bcm_connect_mgr_params sfAuthorizedSet;
	struct bcm_connect_mgr_params sfAdmittedSet;
	struct bcm_connect_mgr_params sfActiveSet;
	u8	u8CC;	 /* < Confirmation Code */
	u8	u8Padd;  /* < 8-bit Padding */
	u16	u16Padd; /* < 16 bit */
} stLocalSFChangeRequestAlt;

struct bcm_change_indication {
	u8	u8Type;
	u8	u8Direction;