summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/include/proto/bcmeth.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 00:04:47 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 00:04:47 (GMT)
commit7d4df48eba4cea654ee6fe6e1a51a0600807ed7b (patch)
tree7c4e3cbb7d576ac3a0b273b5908bbed460eceb0a /drivers/staging/brcm80211/include/proto/bcmeth.h
parent4128dd9afb986321edf0baa8a3aaa3c7c5aa3730 (diff)
downloadlinux-7d4df48eba4cea654ee6fe6e1a51a0600807ed7b.tar.xz
Staging: brcm80211: s/uint16/u16/
Use the kernel types, don't invent your own. Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Nohee Ko <noheek@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/proto/bcmeth.h')
-rw-r--r--drivers/staging/brcm80211/include/proto/bcmeth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/brcm80211/include/proto/bcmeth.h b/drivers/staging/brcm80211/include/proto/bcmeth.h
index c73ab7b..c5da92b 100644
--- a/drivers/staging/brcm80211/include/proto/bcmeth.h
+++ b/drivers/staging/brcm80211/include/proto/bcmeth.h
@@ -37,11 +37,11 @@
#define BCMILCP_BCM_SUBTYPEHDR_VERSION 0
typedef BWL_PRE_PACKED_STRUCT struct bcmeth_hdr {
- uint16 subtype;
- uint16 length;
+ u16 subtype;
+ u16 length;
u8 version;
u8 oui[3];
- uint16 usr_subtype;
+ u16 usr_subtype;
} BWL_POST_PACKED_STRUCT bcmeth_hdr_t;
#include <packed_section_end.h>