Home
last modified time | relevance | path

Searched refs:__sta_phy_bitrate_mask_check (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1405 #define __sta_phy_bitrate_mask_check(_mcs, _gi, _ht, _he) \ in mt7915_mcu_add_rate_ctrl_fixed() macro
1424 __sta_phy_bitrate_mask_check(he_mcs, he_gi, 0, 1); in mt7915_mcu_add_rate_ctrl_fixed()
1426 __sta_phy_bitrate_mask_check(vht_mcs, gi, 0, 0); in mt7915_mcu_add_rate_ctrl_fixed()
1428 __sta_phy_bitrate_mask_check(ht_mcs, gi, 1, 0); in mt7915_mcu_add_rate_ctrl_fixed()
1433 #undef __sta_phy_bitrate_mask_check in mt7915_mcu_add_rate_ctrl_fixed()