Home
last modified time | relevance | path

Searched refs:in_ps (Results 1 – 1 of 1) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Drx.c1638 bool in_ps; in mac80211_sta_ps_transition() local
1643 in_ps = test_sta_flag(sta, WLAN_STA_PS_STA); in mac80211_sta_ps_transition()
1644 if ((start && in_ps) || (!start && !in_ps)) in mac80211_sta_ps_transition()