Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dpm.c72 del_timer_sync(&local->sta_cleanup); in __ieee80211_suspend()
H A Dstatus.c150 if (!timer_pending(&local->sta_cleanup)) in ieee80211_handle_filtered_frame()
151 mod_timer(&local->sta_cleanup, in ieee80211_handle_filtered_frame()
H A Dsta_info.c1552 struct ieee80211_local *local = from_timer(local, t, sta_cleanup); in sta_info_cleanup()
1568 mod_timer(&local->sta_cleanup, in sta_info_cleanup()
1589 timer_setup(&local->sta_cleanup, sta_info_cleanup, 0); in sta_info_init()
1595 del_timer_sync(&local->sta_cleanup); in sta_info_stop()
H A Dieee80211_i.h1475 struct timer_list sta_cleanup; member
H A Dtx.c525 if (!timer_pending(&local->sta_cleanup)) in ieee80211_tx_h_unicast_ps_buf()
526 mod_timer(&local->sta_cleanup, in ieee80211_tx_h_unicast_ps_buf()
H A Dutil.c2236 mod_timer(&local->sta_cleanup, jiffies + 1); in ieee80211_reconfig()