diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index e2d6edd2fcd2..b1b405b576cc 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -4679,6 +4679,9 @@ int wl1271_init_ieee80211(struct wl1271 *wl) | |||
4679 | wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE - | 4679 | wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE - |
4680 | sizeof(struct ieee80211_header); | 4680 | sizeof(struct ieee80211_header); |
4681 | 4681 | ||
4682 | wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE - | ||
4683 | sizeof(struct ieee80211_header); | ||
4684 | |||
4682 | wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD; | 4685 | wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD; |
4683 | 4686 | ||
4684 | /* make sure all our channels fit in the scanned_ch bitmask */ | 4687 | /* make sure all our channels fit in the scanned_ch bitmask */ |