]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: brcm80211: brcmfmac: remove unnecessary cflags, WL_ISCAN_DISABLED & WL_ROAM_...
authornohee ko <noheek@broadcom.com>
Sun, 17 Oct 2010 17:33:19 +0000 (10:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 19 Oct 2010 17:54:51 +0000 (10:54 -0700)
Remove unnecessary cflags, WL_ISCAN_DISABLED
and WL_ROAM_DISABLED. Iscan is ON and Roam by FW
is OFF by default.

Signed-off-by: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c

index 20367a0c0e6a6b0ae4f72170b889f3998bef1d9c..eea647ce8a4e2241e017087feed3863f7450edd6 100644 (file)
@@ -3108,18 +3108,10 @@ static s32 wl_init_priv(struct wl_priv *wl)
 
        wl->scan_request = NULL;
        wl->pwr_save = !!(wiphy->flags & WIPHY_FLAG_PS_ON_BY_DEFAULT);
-#ifndef WL_ISCAN_DISABLED
        wl->iscan_on = true;    /* iscan on & off switch.
                                 we enable iscan per default */
-#else
-       wl->iscan_on = false;
-#endif                         /* WL_ISCAN_DISABLED */
-#ifndef WL_ROAM_DISABLED
-       wl->roam_on = true;     /* roam on & off switch.
+       wl->roam_on = false;    /* roam on & off switch.
                                 we enable roam per default */
-#else
-       wl->roam_on = false;
-#endif                         /* WL_ROAM_DISABLED */
 
        wl->iscan_kickstart = false;
        wl->active_scan = true; /* we do active scan for