X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fmac80211%2Fsta_info.c;h=ff0eb948917bf78b3f25c97f4ae568c9b35088ca;hb=b5878a2dc5e7e7f031a52c3e15b571224cb6b540;hp=4de987cbda1cc5f0103b036539befbc77cd4bcc0;hpb=403820edc4ba1f2fb2514c022f2662c498ce0d11;p=deliverable%2Flinux.git diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 4de987cbda1c..ff0eb948917b 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -957,6 +957,8 @@ void ieee80211_sta_block_awake(struct ieee80211_hw *hw, { struct sta_info *sta = container_of(pubsta, struct sta_info, sta); + trace_api_sta_block_awake(sta->local, pubsta, block); + if (block) set_sta_flags(sta, WLAN_STA_PS_DRIVER); else