Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c975 prot[2] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
976 prot[3] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
977 prot[4] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
978 prot[5] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
980 vht_prot[0] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
981 vht_prot[1] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
982 vht_prot[2] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
H A Dmt76x02_regs.h460 #define MT_PROT_RATE_CCK_11 0x0003 macro