Searched refs:__sta_phy_bitrate_mask_check (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 1417 #define __sta_phy_bitrate_mask_check(_mcs, _gi, _ht, _he) \ in mt7915_mcu_add_rate_ctrl_fixed() macro 1436 __sta_phy_bitrate_mask_check(he_mcs, he_gi, 0, 1); in mt7915_mcu_add_rate_ctrl_fixed() 1438 __sta_phy_bitrate_mask_check(vht_mcs, gi, 0, 0); in mt7915_mcu_add_rate_ctrl_fixed() 1440 __sta_phy_bitrate_mask_check(ht_mcs, gi, 1, 0); in mt7915_mcu_add_rate_ctrl_fixed() 1445 #undef __sta_phy_bitrate_mask_check in mt7915_mcu_add_rate_ctrl_fixed()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 1912 #define __sta_phy_bitrate_mask_check(_mcs, _gi, _ht, _he) \ in mt7996_mcu_add_rate_ctrl_fixed() macro 1929 __sta_phy_bitrate_mask_check(he_mcs, he_gi, 0, 1); in mt7996_mcu_add_rate_ctrl_fixed() 1931 __sta_phy_bitrate_mask_check(vht_mcs, gi, 0, 0); in mt7996_mcu_add_rate_ctrl_fixed() 1933 __sta_phy_bitrate_mask_check(ht_mcs, gi, 1, 0); in mt7996_mcu_add_rate_ctrl_fixed() 1938 #undef __sta_phy_bitrate_mask_check in mt7996_mcu_add_rate_ctrl_fixed()
|