Searched refs:VHT_GROUP_IDX (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | airtime.c | 122 #define VHT_GROUP_IDX(_streams, _sgi, _bw) \ macro 132 [VHT_GROUP_IDX(_streams, _sgi, _bw)] = { \ 439 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
|
H A D | rc80211_minstrel_ht.c | 88 #define VHT_GROUP_IDX(_streams, _sgi, _bw) \ macro 98 [VHT_GROUP_IDX(_streams, _sgi, _bw)] = { \ 296 return VHT_GROUP_IDX(ieee80211_rate_get_vht_nss(rate), in minstrel_vht_get_group_idx()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | airtime.c | 117 #define VHT_GROUP_IDX(_streams, _sgi, _bw) \ macro 127 [VHT_GROUP_IDX(_streams, _sgi, _bw)] = { \ 434 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
|
H A D | rc80211_minstrel_ht.c | 86 #define VHT_GROUP_IDX(_streams, _sgi, _bw) \ macro 96 [VHT_GROUP_IDX(_streams, _sgi, _bw)] = { \ 351 return VHT_GROUP_IDX(ieee80211_rate_get_vht_nss(rate), in minstrel_vht_get_group_idx() 363 return VHT_GROUP_IDX(rate->nss, in minstrel_vht_ri_get_group_idx()
|
Completed in 7 milliseconds