|
@@ -892,9 +892,6 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)
|
|
if (!local->ops->remain_on_channel)
|
|
if (!local->ops->remain_on_channel)
|
|
local->hw.wiphy->max_remain_on_channel_duration = 5000;
|
|
local->hw.wiphy->max_remain_on_channel_duration = 5000;
|
|
|
|
|
|
- if (local->ops->sched_scan_start)
|
|
|
|
- local->hw.wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
|
|
|
|
-
|
|
|
|
/* mac80211 based drivers don't support internal TDLS setup */
|
|
/* mac80211 based drivers don't support internal TDLS setup */
|
|
if (local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)
|
|
if (local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)
|
|
local->hw.wiphy->flags |= WIPHY_FLAG_TDLS_EXTERNAL_SETUP;
|
|
local->hw.wiphy->flags |= WIPHY_FLAG_TDLS_EXTERNAL_SETUP;
|