Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c970 prot[0] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
985 prot[1] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1000 prot[2] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1001 prot[3] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1002 prot[4] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1003 prot[5] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1004 vht_prot[0] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1009 prot[3] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1010 prot[5] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1017 prot[4] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
[all …]
H A Dmt76x02_regs.h449 #define MT_PROT_CTRL_RTS_CTS BIT(16) macro