Skip to content

Commit

Permalink
Staging: wlan-ng: p80211msg.h: Coding style cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 356925c commit c27f880
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions drivers/staging/wlan-ng/p80211msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,15 @@
#include "wlan_compat.h"
#endif

/*================================================================*/
/* Constants */

#define WLAN_DEVNAMELEN_MAX 16

/*================================================================*/
/* Types */

/*--------------------------------------------------------------------*/
/*----- Message Structure Types --------------------------------------*/

/*--------------------------------------------------------------------*/
/* Prototype msg type */

typedef struct p80211msg
{
u32 msgcode;
u32 msglen;
u8 devname[WLAN_DEVNAMELEN_MAX];
} __attribute__((packed)) p80211msg_t;
typedef struct p80211msg {
u32 msgcode;
u32 msglen;
u8 devname[WLAN_DEVNAMELEN_MAX];
} __attribute__ ((packed)) p80211msg_t;

#endif /* _P80211MSG_H */
#endif /* _P80211MSG_H */

0 comments on commit c27f880

Please sign in to comment.