summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/cntrl_SignalingInterface.h
diff options
context:
space:
mode:
authorKevin McKinney2012-09-24 05:07:11 +0200
committerGreg Kroah-Hartman2012-09-26 18:31:51 +0200
commitec5bb992648881f1721a555f9a4652e60e17880f (patch)
treec28d05272ca42b25874b48a94f7ad9c8188294e9 /drivers/staging/bcm/cntrl_SignalingInterface.h
parentStaging: bcm: Remove typedef for stLocalSFDeleteIndication and call directly. (diff)
downloadkernel-qcow2-linux-ec5bb992648881f1721a555f9a4652e60e17880f.tar.gz
kernel-qcow2-linux-ec5bb992648881f1721a555f9a4652e60e17880f.tar.xz
kernel-qcow2-linux-ec5bb992648881f1721a555f9a4652e60e17880f.zip
Staging: bcm: Remove typedef for _stLocalSFDeleteRequest and call directly.
This patch removes typedef for _stLocalSFDeleteRequest, and changes the name of the struct to bcm_del_request. In addition, any calls to typedefs "stLocalSFDeleteRequest or *pstLocalSFDeleteRequest" 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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/staging/bcm/cntrl_SignalingInterface.h b/drivers/staging/bcm/cntrl_SignalingInterface.h
index a2e1bf560dbb..0f9ecc04688d 100644
--- a/drivers/staging/bcm/cntrl_SignalingInterface.h
+++ b/drivers/staging/bcm/cntrl_SignalingInterface.h
@@ -312,16 +312,13 @@ typedef struct _stLocalSFAddIndication stLocalSFChangeRequest, *pstLocalSFChange
*/
typedef struct _stLocalSFAddIndication stLocalSFChangeIndication, *pstLocalSFChangeIndication;
-/*
- * structure stLocalSFDeleteRequest
- */
-typedef struct _stLocalSFDeleteRequest {
+struct bcm_del_request {
B_UINT8 u8Type; /* < Type */
B_UINT8 u8Padding; /* < Padding byte */
B_UINT16 u16TID; /* < TID */
/* brief 32bitSFID */
B_UINT32 u32SFID; /* < SFID */
-} stLocalSFDeleteRequest, *pstLocalSFDeleteRequest;
+};
struct bcm_del_indication {
B_UINT8 u8Type; /* < Type */