Skip to content

Commit

Permalink
wlcore: increase max roc duration to 30 seconds
Browse files Browse the repository at this point in the history
we don't have any actual limitation in the driver, so
increase it arbitrarily to 30 seconds (for smart_config)

Signed-off-by: Eliad Peller <eliad@wizery.com>
  • Loading branch information
elp committed May 12, 2013
1 parent 8a57d99 commit a52da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ti/wlcore/main.c
Expand Up @@ -6094,7 +6094,7 @@ static int wl1271_init_ieee80211(struct wl1271 *wl)
wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE -
sizeof(struct ieee80211_header);

wl->hw->wiphy->max_remain_on_channel_duration = 5000;
wl->hw->wiphy->max_remain_on_channel_duration = 30000;

wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD |
WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
Expand Down

0 comments on commit a52da9d

Please sign in to comment.