summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
diff options
context:
space:
mode:
authorTony Cho2015-10-02 07:22:04 +0200
committerGreg Kroah-Hartman2015-10-02 12:02:15 +0200
commitfdf33a76972c487511962eab9ed5f0c1fa439f4e (patch)
treed91a1634e9efe04bc504b486c29470f985e54cd8 /drivers/staging/wilc1000/coreconfigurator.c
parentstaging: wilc1000: remove typedef from enum (diff)
downloadkernel-qcow2-linux-fdf33a76972c487511962eab9ed5f0c1fa439f4e.tar.gz
kernel-qcow2-linux-fdf33a76972c487511962eab9ed5f0c1fa439f4e.tar.xz
kernel-qcow2-linux-fdf33a76972c487511962eab9ed5f0c1fa439f4e.zip
staging: wilc1000: coreconfigurator.c: remove unused struct
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>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.c')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index 63fde5baec5a..65a130ddd7d3 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -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)