1. NAME

ieee80211_sta_ps_transition_ni - PS transition for connected sta (in process context)

2. SYNOPSIS

int ieee80211_sta_ps_transition_ni(struct ieee80211_sta *  sta , bool  start );

3. ARGUMENTS

sta
    currently connected sta

start
    start or stop PS

4. DESCRIPTION

Like ieee80211_sta_ps_transition but can be called in process context (internally disables bottom halves). Concurrent call restriction still applies.

5. RETURN

Like ieee80211_sta_ps_transition.

6. AUTHOR

Johannes Berg <>
    Author.

7. COPYRIGHT