projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b770f42
)
Staging: bcm: Replace B_UINT16 with u16 in HostMIBSInterface.h
author
Kevin McKinney
<
[email protected]
>
Mon, 26 Nov 2012 00:28:50 +0000
(19:28 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 27 Nov 2012 00:07:56 +0000
(16:07 -0800)
This patch replaces "B_UINT16" with "u16" in
HostMIBSInterface.h.
Signed-off-by: Kevin McKinney <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/bcm/HostMIBSInterface.h
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/HostMIBSInterface.h
b/drivers/staging/bcm/HostMIBSInterface.h
index 0348cebb5a92cef3a0db5e7005d8d48d0c82a02b..1c8377a055e8cef82e49aca32f3c2f0ead1d2eb9 100644
(file)
--- a/
drivers/staging/bcm/HostMIBSInterface.h
+++ b/
drivers/staging/bcm/HostMIBSInterface.h
@@
-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;