Searched defs:supported (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Drc80211_minstrel_ht.h33 /* bitfield of supported MCS rates of this group */
34 u8 supported; member in struct:minstrel_mcs_group_data
H A Drc80211_minstrel_ht.c160 if (!(mi->groups[group].supported & BIT(idx)))
360 if (!mg->supported || group == MINSTREL_CCK_GROUP)
409 if (!mg->supported)
419 if (!(mg->supported & BIT(i)))
504 if (!mg->supported)
525 if (!mi->groups[group].supported)
761 /* At least 3 tx rates supported, use max_tp_rate[1] next */
767 * At least 2 tx rates supported, use max_prob_rate next */
803 if (!(mg->supported & BIT(sample_idx)))
853 u8 supported local
[all...]

Completed in 35 milliseconds