aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-09-07 12:18:41 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-09-07 12:18:41 -0700
commitab5f2d33e6f6e2c85051b35a9ee4c75fa8f9d6b5 (patch)
tree8c0467404be5cd44d578afaebfb84e606cabcabe
parent439b66b367b69f278610a466896c3fdf573288fb (diff)
parent6a5fe817ac903697a9e996af18bc74f0d8e82ce9 (diff)
downloadkernel_samsung_tuna-ab5f2d33e6f6e2c85051b35a9ee4c75fa8f9d6b5.zip
kernel_samsung_tuna-ab5f2d33e6f6e2c85051b35a9ee4c75fa8f9d6b5.tar.gz
kernel_samsung_tuna-ab5f2d33e6f6e2c85051b35a9ee4c75fa8f9d6b5.tar.bz2
Merge branch 'android-3.0' into android-omap-3.0
-rw-r--r--drivers/net/wireless/bcmdhd/wl_cfg80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/wl_cfg80211.c b/drivers/net/wireless/bcmdhd/wl_cfg80211.c
index 548cc05..ea6aedd 100644
--- a/drivers/net/wireless/bcmdhd/wl_cfg80211.c
+++ b/drivers/net/wireless/bcmdhd/wl_cfg80211.c
@@ -7293,6 +7293,7 @@ s32 wl_update_wiphybands(struct wl_priv *wl)
wiphy->bands[index]->ht_cap.ht_supported = TRUE;
wiphy->bands[index]->ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
wiphy->bands[index]->ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16;
+ wiphy->bands[index]->ht_cap.mcs.rx_mask[0] = 0xff;
}
}