Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mac.c889 prot[0] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
904 prot[1] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
919 prot[2] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
920 prot[3] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
921 prot[4] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
922 prot[5] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
923 vht_prot[0] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
924 vht_prot[1] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
925 vht_prot[2] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
928 prot[3] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
[all …]
Dmt76x02_regs.h455 #define MT_PROT_CTRL_RTS_CTS BIT(16) macro
/Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/
Dregs.h391 #define MT_PROT_CTRL_RTS_CTS BIT(16) macro
Dmac.c253 prot[i + 2] |= MT_PROT_CTRL_RTS_CTS; in mt7601u_mac_set_protection()