staging: vt6656: dead code removetypedef struct tagSQuietControl
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1506bf3755
commit
061982ad04
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue