OSDN Git Service

staging: wilc1000: coreconfigurator.c: remove unused struct
authorTony Cho <tony.cho@atmel.com>
Fri, 2 Oct 2015 05:22:04 +0000 (14:22 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 10:02:15 +0000 (12:02 +0200)
This patch removes unused structure, tstrconfigPktInfo from the
coreconfigurator.c file.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c

index 63fde5b..65a130d 100644 (file)
@@ -110,14 +110,6 @@ enum info_element_id {
        INFOELEM_ID_FORCE_32BIT  = 0xFFFFFFFF
 };
 
-
-typedef struct {
-       char *pcRespBuffer;
-       s32 s32MaxRespBuffLen;
-       s32 s32BytesRead;
-       bool bRespRequired;
-} tstrConfigPktInfo;
-
 /* This function extracts the beacon period field from the beacon or probe   */
 /* response frame.                                                           */
 static inline u16 get_beacon_period(u8 *data)