diff options
| -rw-r--r-- | net/mac80211/sta_info.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 5e70fa52e1ff..1b1b28ff4fdb 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -690,7 +690,7 @@ static void __sta_info_recalc_tim(struct sta_info *sta, bool ignore_pending)  	}  	/* No need to do anything if the driver does all */ -	if (ieee80211_hw_check(&local->hw, AP_LINK_PS)) +	if (!local->ops->set_tim)  		return;  	if (sta->dead)  | 
