Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c643 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local
654 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot()
657 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot()
659 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot()
662 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot()
665 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot()
668 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot()
671 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dmac.c1321 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local
1327 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot()
1330 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot()
1333 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot()
1337 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot()
1340 rts_cts); in ath10k_recalc_rtscts_prot()