From 0e3baaafacb4c80df9ec4ba6278ad2ba4b6cf45d Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Thu, 12 Apr 2012 13:48:46 -0700 Subject: net: wireless: bcmdhd: Allow 80211_HT capability Signed-off-by: Dmitry Shmidt --- drivers/net/wireless/bcmdhd/wl_cfg80211.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/net/wireless') diff --git a/drivers/net/wireless/bcmdhd/wl_cfg80211.c b/drivers/net/wireless/bcmdhd/wl_cfg80211.c index 19d675a2b8db..f717f8f1a07a 100644 --- a/drivers/net/wireless/bcmdhd/wl_cfg80211.c +++ b/drivers/net/wireless/bcmdhd/wl_cfg80211.c @@ -6712,7 +6712,6 @@ s32 wl_update_wiphybands(struct wl_priv *wl) &__wl_band_2ghz; index = IEEE80211_BAND_2GHZ; } -#if defined WL_ENABLE_P2P_IF if ((index >= 0) && nmode) { wiphy->bands[index]->ht_cap.cap = IEEE80211_HT_CAP_DSSSCCK40 @@ -6721,7 +6720,6 @@ s32 wl_update_wiphybands(struct wl_priv *wl) wiphy->bands[index]->ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_16K; wiphy->bands[index]->ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16; } -#endif } wiphy_apply_custom_regulatory(wiphy, &brcm_regdom); -- cgit v1.2.3