Staging: bcm: Replace B_UINT16 with u16 in HostMIBSInterface.h

This patch replaces "B_UINT16" with "u16" in
HostMIBSInterface.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kevin McKinney 2012-11-25 19:28:50 -05:00 committed by Greg Kroah-Hartman
parent b770f42244
commit 2fb99f8b0d

View File

@ -67,7 +67,7 @@ typedef struct _S_MIBS_HOST_INFO {
typedef struct _S_MIBS_CLASSIFIER_RULE {
unsigned long ulSFID;
unsigned char ucReserved[2];
B_UINT16 uiClassifierRuleIndex;
u16 uiClassifierRuleIndex;
BOOLEAN bUsed;
USHORT usVCID_Value;
B_UINT8 u8ClassifierRulePriority;