Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/mediatek/mt76/ !
Dmt76x02_mac.c947 u32 vht_prot[3]; in mt76x02_mac_set_tx_protection() local
958 for (i = 0; i < ARRAY_SIZE(vht_prot); i++) { in mt76x02_mac_set_tx_protection()
959 vht_prot[i] = mt76_rr(dev, MT_TX_PROT_CFG6 + i * 4); in mt76x02_mac_set_tx_protection()
960 vht_prot[i] &= ~(MT_PROT_CFG_CTRL | MT_PROT_CFG_RATE); in mt76x02_mac_set_tx_protection()
976 vht_prot[0] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
977 vht_prot[1] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
978 vht_prot[2] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
988 vht_prot[0] |= MT_PROT_RATE_OFDM_24; in mt76x02_mac_set_tx_protection()
989 vht_prot[1] |= MT_PROT_RATE_DUP_OFDM_24; in mt76x02_mac_set_tx_protection()
990 vht_prot[2] |= MT_PROT_RATE_SGI_OFDM_24; in mt76x02_mac_set_tx_protection()
[all …]