Commit c27f880c authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman

Staging: wlan-ng: p80211msg.h: Coding style cleanups

Signed-off-by: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 356925c7
...@@ -55,25 +55,15 @@ ...@@ -55,25 +55,15 @@
#include "wlan_compat.h" #include "wlan_compat.h"
#endif #endif
/*================================================================*/
/* Constants */
#define WLAN_DEVNAMELEN_MAX 16 #define WLAN_DEVNAMELEN_MAX 16
/*================================================================*/
/* Types */
/*--------------------------------------------------------------------*/
/*----- Message Structure Types --------------------------------------*/
/*--------------------------------------------------------------------*/ /*--------------------------------------------------------------------*/
/* Prototype msg type */ /* Prototype msg type */
typedef struct p80211msg typedef struct p80211msg {
{ u32 msgcode;
u32 msgcode; u32 msglen;
u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX];
u8 devname[WLAN_DEVNAMELEN_MAX]; } __attribute__ ((packed)) p80211msg_t;
} __attribute__((packed)) p80211msg_t;
#endif /* _P80211MSG_H */ #endif /* _P80211MSG_H */
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