From 061982ad0455feb663ce7fd8e5bf28fa79b4e644 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Fri, 28 Feb 2014 23:58:38 +0000 Subject: [PATCH] staging: vt6656: dead code removetypedef struct tagSQuietControl Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/device.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h index 1aad3d32531..a9784ff39cd 100644 --- a/drivers/staging/vt6656/device.h +++ b/drivers/staging/vt6656/device.h @@ -276,16 +276,6 @@ typedef struct tagSPMKIDCandidateEvent { PMKID_CANDIDATE CandidateList[MAX_PMKIDLIST]; } SPMKIDCandidateEvent, *PSPMKIDCandidateEvent; -/*++ 802.11h related */ -#define MAX_QUIET_COUNT 8 - -typedef struct tagSQuietControl { - bool bEnable; - u32 dwStartTime; - u8 byPeriod; - u16 wDuration; -} SQuietControl, *PSQuietControl; - /* The receive duplicate detection cache entry */ typedef struct tagSCacheEntry{ u16 wFmSequence; -- 2.46.0