summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/cntrl_SignalingInterface.h
diff options
context:
space:
mode:
authorKevin McKinney2012-09-24 05:07:13 +0200
committerGreg Kroah-Hartman2012-09-26 18:31:52 +0200
commitfc1ad16277bd14c6a4f16a2e32cae186fd6d039e (patch)
treed533089916dd5db53db305f7a75c3c2509ecc52d /drivers/staging/bcm/cntrl_SignalingInterface.h
parentStaging: bcm: Remove typedef for _stLocalSFAddIndication and call directly. (diff)
downloadkernel-qcow2-linux-fc1ad16277bd14c6a4f16a2e32cae186fd6d039e.tar.gz
kernel-qcow2-linux-fc1ad16277bd14c6a4f16a2e32cae186fd6d039e.tar.xz
kernel-qcow2-linux-fc1ad16277bd14c6a4f16a2e32cae186fd6d039e.zip
Staging: bcm: Remove typedef for _stLocalSFAddRequest and call directly.
This patch removes typedef for _stLocalSFAddRequest, and changes the name of the struct to bcm_add_request. In addition, any calls to typedefs "stLocalSFAddRequest or *pstLocalSFAddRequest" are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Acked-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/cntrl_SignalingInterface.h')
-rw-r--r--drivers/staging/bcm/cntrl_SignalingInterface.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/staging/bcm/cntrl_SignalingInterface.h b/drivers/staging/bcm/cntrl_SignalingInterface.h
index fbdc2316d997..43d462e59088 100644
--- a/drivers/staging/bcm/cntrl_SignalingInterface.h
+++ b/drivers/staging/bcm/cntrl_SignalingInterface.h
@@ -260,10 +260,7 @@ typedef struct _stServiceFlowParamSI {
} stServiceFlowParamSI, *pstServiceFlowParamSI;
typedef stServiceFlowParamSI CServiceFlowParamSI;
-/*
- * structure stLocalSFAddRequest
- */
-typedef struct _stLocalSFAddRequest {
+struct bcm_add_request {
B_UINT8 u8Type; /* < Type */
B_UINT8 eConnectionDir; /* < Connection direction */
/* brief 16 bit TID */
@@ -274,8 +271,7 @@ typedef struct _stLocalSFAddRequest {
B_UINT16 u16VCID; /* < 16bit VCID */
/* brief structure ParameterSet */
stServiceFlowParamSI *psfParameterSet; /* < structure ParameterSet */
-
-} stLocalSFAddRequest, *pstLocalSFAddRequest;
+};
struct bcm_add_indication {
B_UINT8 u8Type; /* < Type */