Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141175
b: refs/heads/master
c: c8af900
h: refs/heads/master
i:
  141173: eefff03
  141171: d0ac799
  141167: 7696395
v: v3
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent c267662 commit fd80733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 0a2a58de4cae2dd8cfae4be4c5a49afa46c8cd4d
refs/heads/master: c8af900e2d14420b7f7a06f1f69884d5cc2320c3
17 changes: 0 additions & 17 deletions trunk/drivers/staging/wlan-ng/p80211msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
/*================================================================*/
/* Constants */

#define MSG_BUFF_LEN 4000
#define WLAN_DEVNAMELEN_MAX 16

/*================================================================*/
Expand All @@ -77,20 +76,4 @@ typedef struct p80211msg
u8 devname[WLAN_DEVNAMELEN_MAX];
} __attribute__((packed)) p80211msg_t;

typedef struct p80211msgd
{
u32 msgcode;
u32 msglen;
u8 devname[WLAN_DEVNAMELEN_MAX];
u8 args[0];
} __attribute__((packed)) p80211msgd_t;

/*================================================================*/
/* Extern Declarations */


/*================================================================*/
/* Function Declarations */

#endif /* _P80211MSG_H */

0 comments on commit fd80733

Please sign in to comment.