Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141206
b: refs/heads/master
c: c27f880
h: refs/heads/master
v: v3
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 452c66f commit 256e8a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 356925c71300a02b1b147667b1e2a986cfeae34c
refs/heads/master: c27f880c34ed8e702f3c9f0414489e5ebdde84e1
22 changes: 6 additions & 16 deletions trunk/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 256e8a3

Please sign in to comment.