summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-12-20 06:31:28 +0100
committerGreg Kroah-Hartman2013-01-07 19:54:48 +0100
commit60dadf9def544665a696ee9b25ff12de32b51a3a (patch)
tree4e0b948632d3e02308be66072ac5449a5d0f5cec /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Replace LONG with long in PHSDefines.h (diff)
downloadkernel-qcow2-linux-60dadf9def544665a696ee9b25ff12de32b51a3a.tar.gz
kernel-qcow2-linux-60dadf9def544665a696ee9b25ff12de32b51a3a.tar.xz
kernel-qcow2-linux-60dadf9def544665a696ee9b25ff12de32b51a3a.zip
Staging: bcm: Remove typedef for _PHS_DEVICE_EXTENSION and call directly.
This patch removes typedef for _PHS_DEVICE_EXTENSION, and changes the name of the struct to bcm_phs_extension. In addition, any calls to struct "PHS_DEVICE_EXTENSION, or *PPHS_DEVICE_EXTENSION;" are changed to call directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/Adapter.h')
-rw-r--r--drivers/staging/bcm/Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 6e43c61c72e8..675cfdd63ca3 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -333,7 +333,7 @@ struct bcm_mini_adapter {
/* BOOLEAN bTriedToWakeUpFromShutdown; */
BOOLEAN bLinkDownRequested;
int downloadDDR;
- PHS_DEVICE_EXTENSION stBCMPhsContext;
+ struct bcm_phs_extension stBCMPhsContext;
struct bcm_hdr_suppression_contextinfo stPhsTxContextInfo;
uint8_t ucaPHSPktRestoreBuf[2048];
uint8_t bPHSEnabled;