staging: brcm80211: removed unused timeout fields in wlc_protection
authorArend van Spriel <arend@broadcom.com>
Wed, 1 Jun 2011 11:44:49 +0000 (13:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:36:41 +0000 (12:36 -0700)
The structure definition wlc_protection contained a numbers of timeout
fields that were not used in the driver. These have been removed.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_main.h

index 193f73a4fe7c5fe79234da82a733b3730e1040eb..4d45972fdfbfc54228e8f07eac3fd53b0025b8fb 100644 (file)
@@ -208,19 +208,6 @@ struct wlc_protection {
        s8 nongf_override;      /* override for use of GF protection */
        s8 n_pam_override;      /* override for preamble: MM or GF */
        bool n_obss;            /* indicated OBSS Non-HT STA present */
-
-       uint longpre_detect_timeout;    /* #sec until long preamble bcns gone */
-       uint barker_detect_timeout;     /* #sec until bcns signaling Barker long preamble */
-       /* only is gone */
-       uint ofdm_ibss_timeout; /* #sec until ofdm IBSS beacons gone */
-       uint ofdm_ovlp_timeout; /* #sec until ofdm overlapping BSS bcns gone */
-       uint nonerp_ibss_timeout;       /* #sec until nonerp IBSS beacons gone */
-       uint nonerp_ovlp_timeout;       /* #sec until nonerp overlapping BSS bcns gone */
-       uint g_ibss_timeout;    /* #sec until bcns signaling Use_Protection gone */
-       uint n_ibss_timeout;    /* #sec until bcns signaling Use_OFDM_Protection gone */
-       uint ht20in40_ovlp_timeout;     /* #sec until 20MHz overlapping OPMODE gone */
-       uint ht20in40_ibss_timeout;     /* #sec until 20MHz-only HT station bcns gone */
-       uint non_gf_ibss_timeout;       /* #sec until non-GF bcns gone */
 };
 
 /* anything affects the single/dual streams/antenna operation */
This page took 0.025679 seconds and 5 git commands to generate.