Lines Matching defs:mcs
1728 static bool is_rate_ht20(s32 rate, u8 *mcs, bool *sgi)
1743 *mcs = i;
1750 static bool is_rate_ht40(s32 rate, u8 *mcs, bool *sgi)
1766 *mcs = i;
1783 u8 mcs;
1833 } else if (is_rate_ht20(rate, &mcs, &sgi)) {
1836 sinfo->txrate.mcs = mcs - 1;
1838 sinfo->txrate.mcs = mcs;
1843 } else if (is_rate_ht40(rate, &mcs, &sgi)) {
1846 sinfo->txrate.mcs = mcs - 1;
1848 sinfo->txrate.mcs = mcs;
3944 ath6kl_band_2ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3945 ath6kl_band_5ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3946 ath6kl_band_2ghz.ht_cap.mcs.rx_mask[1] = 0xff;
3947 ath6kl_band_5ghz.ht_cap.mcs.rx_mask[1] = 0xff;
3951 ath6kl_band_2ghz.ht_cap.mcs.rx_mask[0] = 0xff;
3952 ath6kl_band_5ghz.ht_cap.mcs.rx_mask[0] = 0xff;