Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c618 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local
629 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot()
632 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot()
634 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot()
637 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot()
640 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot()
643 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot()
646 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c1332 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local
1338 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot()
1341 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot()
1344 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot()
1348 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot()
1351 rts_cts); in ath10k_recalc_rtscts_prot()