aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/proto/bcmeth.h
diff options
context:
space:
mode:
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 c73ab7b65971..c5da92b9ccd4 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>