Commit 2fb99f8b authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

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

This patch replaces "B_UINT16" with "u16" in
HostMIBSInterface.h.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b770f422
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment