From fd80733c5fe96a54ab71a5ff9a60b8ac85e86915 Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Sun, 25 Jan 2009 21:55:07 +0100 Subject: [PATCH] --- yaml --- r: 141175 b: refs/heads/master c: c8af900e2d14420b7f7a06f1f69884d5cc2320c3 h: refs/heads/master i: 141173: eefff035fc0269223c3334f8e01bb36a61240654 141171: d0ac799b45aa4bce7b875049d50c27010cbd8122 141167: 7696395ec5a14d83ea8ce4e87cb36920314162f7 v: v3 --- [refs] | 2 +- trunk/drivers/staging/wlan-ng/p80211msg.h | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/[refs] b/[refs] index dafcebadf568..1adbde1c4189 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a2a58de4cae2dd8cfae4be4c5a49afa46c8cd4d +refs/heads/master: c8af900e2d14420b7f7a06f1f69884d5cc2320c3 diff --git a/trunk/drivers/staging/wlan-ng/p80211msg.h b/trunk/drivers/staging/wlan-ng/p80211msg.h index 7f83d99d9cdf..b6ee6e529d5c 100644 --- a/trunk/drivers/staging/wlan-ng/p80211msg.h +++ b/trunk/drivers/staging/wlan-ng/p80211msg.h @@ -58,7 +58,6 @@ /*================================================================*/ /* Constants */ -#define MSG_BUFF_LEN 4000 #define WLAN_DEVNAMELEN_MAX 16 /*================================================================*/ @@ -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 */ -