Commit fdf33a76 authored by Tony Cho's avatar Tony Cho Committed by Greg Kroah-Hartman

staging: wilc1000: coreconfigurator.c: remove unused struct

This patch removes unused structure, tstrconfigPktInfo from the
coreconfigurator.c file.
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9dd2f771
...@@ -110,14 +110,6 @@ enum info_element_id { ...@@ -110,14 +110,6 @@ enum info_element_id {
INFOELEM_ID_FORCE_32BIT = 0xFFFFFFFF 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 */ /* This function extracts the beacon period field from the beacon or probe */
/* response frame. */ /* response frame. */
static inline u16 get_beacon_period(u8 *data) static inline u16 get_beacon_period(u8 *data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment