|
@@ -405,6 +405,10 @@ static void _rtl_init_mac80211(struct ieee80211_hw *hw)
|
|
|
ieee80211_hw_set(hw, SUPPORTS_PS);
|
|
|
ieee80211_hw_set(hw, PS_NULLFUNC_STACK);
|
|
|
}
|
|
|
+ if (rtlpriv->psc.fwctrl_lps) {
|
|
|
+ ieee80211_hw_set(hw, SUPPORTS_PS);
|
|
|
+ ieee80211_hw_set(hw, SUPPORTS_DYNAMIC_PS);
|
|
|
+ }
|
|
|
hw->wiphy->interface_modes =
|
|
|
BIT(NL80211_IFTYPE_AP) |
|
|
|
BIT(NL80211_IFTYPE_STATION) |
|