wlcore: increase max roc duration to 30 seconds
[cascardo/linux.git] / drivers / net / wireless / ti / wlcore / main.c
index 4c16262..01b4d9e 100644 (file)
@@ -5806,7 +5806,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 |