Ps transition for connected sta (in process context)
int ieee80211_sta_ps_transition_ni(struct ieee80211_sta * sta, bool start);
sta
currently connected sta
start
start or stop PS
Like ieee80211_sta_ps_transition but can be called in process context (internally disables bottom halves). Concurrent call restriction still applies.
Like ieee80211_sta_ps_transition.
Johannes Berg <[email protected]>
Author.