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

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

parent 356925c7
Loading
Loading
Loading
Loading
+6 −16
Original line number Diff line number Diff line
@@ -55,22 +55,12 @@
#include "wlan_compat.h"
#endif

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

#define WLAN_DEVNAMELEN_MAX	16

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

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

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

typedef struct p80211msg
{
typedef struct p80211msg {
	u32 msgcode;
	u32 msglen;
	u8 devname[WLAN_DEVNAMELEN_MAX];