aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2014-07-10 20:01:34 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-07-15 15:59:58 -0400
commitfbddf587cbd1b75557267b674c8b42a677437c69 (patch)
treebf0197b99fe26c672e09d9175206eac2b7f3553f /drivers/net/wireless/ti
parente93e15fb47e53bd5dc256e2c3e40785b39ff8ff7 (diff)
wlcore: increase max roc duration to 30 seconds
we don't have any actual limitation in the driver, so increase it arbitrarily to 30 seconds. The long ROC is needed for the smart config.flow. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r--drivers/net/wireless/ti/wlcore/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c
index 4c16262afa16..01b4d9e9af69 100644
--- a/drivers/net/wireless/ti/wlcore/main.c
+++ b/drivers/net/wireless/ti/wlcore/main.c
@@ -5806,7 +5806,7 @@ static int wl1271_init_ieee80211(struct wl1271 *wl)
5806 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - 5806 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE -
5807 sizeof(struct ieee80211_header); 5807 sizeof(struct ieee80211_header);
5808 5808
5809 wl->hw->wiphy->max_remain_on_channel_duration = 5000; 5809 wl->hw->wiphy->max_remain_on_channel_duration = 30000;
5810 5810
5811 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD | 5811 wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD |
5812 WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL | 5812 WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |