summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-11-26 01:28:57 +0100
committerGreg Kroah-Hartman2012-11-27 01:07:57 +0100
commit2790a3cc82b864faf924d703640a4f1dc61d8802 (patch)
tree28d19a298eac2a16e821164a21447079fdbe34b2 /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Remove typedef for _S_MIBS_HOST_STATS_MIBS and call directly. (diff)
downloadkernel-qcow2-linux-2790a3cc82b864faf924d703640a4f1dc61d8802.tar.gz
kernel-qcow2-linux-2790a3cc82b864faf924d703640a4f1dc61d8802.tar.xz
kernel-qcow2-linux-2790a3cc82b864faf924d703640a4f1dc61d8802.zip
Staging: bcm: Remove typedef for _S_MIBS_DROPPED_APP_CNTRL_MESSAGES and call directly.
This patch removes typedef for _S_MIBS_DROPPED_APP_CNTRL_MESSAGES, and changes the name of the struct to bcm_mibs_dropped_cntrl_msg. In addition, any calls to typedef S_MIBS_DROPPED_APP_CNTRL_MESSAGES are changed to call the struct 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 8c1465af3c32..15e88380da43 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -198,7 +198,7 @@ struct bcm_tarang_data {
int AppCtrlQueueLen;
BOOLEAN MacTracingEnabled;
BOOLEAN bApplicationToExit;
- S_MIBS_DROPPED_APP_CNTRL_MESSAGES stDroppedAppCntrlMsgs;
+ struct bcm_mibs_dropped_cntrl_msg stDroppedAppCntrlMsgs;
ULONG RxCntrlMsgBitMask;
};