Messages in this thread Patch in this message |  | | | From | Pekka Enberg <> | | Subject | [PATCH 18/26] w35und: Remove unused struct _RXDATA | | Date | Mon, 1 Mar 2010 17:04:20 +0200 |
| |
Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> --- drivers/staging/winbond/mlme_s.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/staging/winbond/mlme_s.h b/drivers/staging/winbond/mlme_s.h index 88f9666..f637539 100644 --- a/drivers/staging/winbond/mlme_s.h +++ b/drivers/staging/winbond/mlme_s.h @@ -157,11 +157,4 @@ struct wb35_mlme_frame { // excluding the discarded }; -typedef struct _RXDATA -{ - s32 FrameLength; - u8 __attribute__ ((packed)) *pbFramePtr; - -}__attribute__ ((packed)) RXDATA, *psRXDATA; - #endif -- 1.6.3.3
|  |