Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dsta_info.c1916 struct cfg80211_tid_stats *tidstats = &sinfo->pertid[i]; in sta_set_sinfo() local
1918 if (!(tidstats->filled & BIT(NL80211_TID_STATS_RX_MSDU))) { in sta_set_sinfo()
1919 tidstats->filled |= BIT(NL80211_TID_STATS_RX_MSDU); in sta_set_sinfo()
1920 tidstats->rx_msdu = sta->rx_msdu[i]; in sta_set_sinfo()
1923 if (!(tidstats->filled & BIT(NL80211_TID_STATS_TX_MSDU))) { in sta_set_sinfo()
1924 tidstats->filled |= BIT(NL80211_TID_STATS_TX_MSDU); in sta_set_sinfo()
1925 tidstats->tx_msdu = sta->tx_msdu[i]; in sta_set_sinfo()
1928 if (!(tidstats->filled & in sta_set_sinfo()
1931 tidstats->filled |= in sta_set_sinfo()
1933 tidstats->tx_msdu_retries = sta->tx_msdu_retries[i]; in sta_set_sinfo()
[all …]
/linux-4.1.27/net/wireless/
Dnl80211.c3806 struct cfg80211_tid_stats *tidstats; in nl80211_send_station() local
3809 tidstats = &sinfo->pertid[tid]; in nl80211_send_station()
3811 if (!tidstats->filled) in nl80211_send_station()
3819 if (tidstats->filled & BIT(NL80211_TID_STATS_ ## attr) && \ in nl80211_send_station()
3821 tidstats->memb)) \ in nl80211_send_station()