From 3d049431e08a847a222e20f406332529751b4365 Mon Sep 17 00:00:00 2001 From: Edgardo Hames Date: Mon, 2 Aug 2010 17:17:17 -0300 Subject: Staging: wlan-ng: remove typedef in p80211hdr.h This patch removes the only typedef in p80211hdr.h. Signed-off-by: Edgardo Hames Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlan-ng/p80211msg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/wlan-ng/p80211msg.h') diff --git a/drivers/staging/wlan-ng/p80211msg.h b/drivers/staging/wlan-ng/p80211msg.h index c691d3eeb9d0..8e0f9a0cd74a 100644 --- a/drivers/staging/wlan-ng/p80211msg.h +++ b/drivers/staging/wlan-ng/p80211msg.h @@ -50,10 +50,10 @@ #define WLAN_DEVNAMELEN_MAX 16 -typedef struct p80211msg { +struct p80211msg { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; -} __attribute__ ((packed)) p80211msg_t; +} __attribute__ ((packed)); #endif /* _P80211MSG_H */ -- cgit v1.2.3