Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2393 u32 tx_airtime, u32 rx_airtime) in ieee80211_sta_register_airtime() argument
2403 airtime += rx_airtime; in ieee80211_sta_register_airtime()
2407 sta->airtime[ac].rx_airtime += rx_airtime; in ieee80211_sta_register_airtime()
2878 link_sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_link_sinfo()
3106 sinfo->rx_duration += sta->airtime[ac].rx_airtime; in sta_set_sinfo()
/linux/include/net/
H A Dmac80211.h6823 u32 tx_airtime, u32 rx_airtime);