|
@@ -4679,6 +4679,9 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
|
|
wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
|
|
wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
|
|
sizeof(struct ieee80211_header);
|
|
sizeof(struct ieee80211_header);
|
|
|
|
|
|
|
|
+ wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_DFLT_SIZE -
|
|
|
|
+ sizeof(struct ieee80211_header);
|
|
|
|
+
|
|
wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
|
|
wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
|
|
|
|
|
|
/* make sure all our channels fit in the scanned_ch bitmask */
|
|
/* make sure all our channels fit in the scanned_ch bitmask */
|