Searched refs:STA_STATS_LEN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
H A Dethtool.c47 #define STA_STATS_LEN ARRAY_SIZE(ieee80211_gstrings_sta_stats) macro
55 rv += STA_STATS_LEN; ieee80211_get_sset_count()
78 memset(data, 0, sizeof(u64) * STA_STATS_LEN); ieee80211_get_stats()
146 i = STA_STATS_LEN - STA_STATS_SURVEY_LEN; ieee80211_get_stats()
201 if (WARN_ON(i != STA_STATS_LEN)) ieee80211_get_stats()
204 drv_get_et_stats(sdata, stats, &(data[STA_STATS_LEN])); ieee80211_get_stats()

Completed in 87 milliseconds