Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c795 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local
806 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot()
809 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot()
811 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot()
814 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot()
817 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot()
820 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot()
823 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c1014 u32 vdev_param, rts_cts; in ath12k_recalc_rtscts_prot() local
1025 rts_cts = WMI_USE_RTS_CTS; in ath12k_recalc_rtscts_prot()
1028 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath12k_recalc_rtscts_prot()
1030 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath12k_recalc_rtscts_prot()
1033 if (arvif->rtscts_prot_mode == rts_cts) in ath12k_recalc_rtscts_prot()
1036 arvif->rtscts_prot_mode = rts_cts; in ath12k_recalc_rtscts_prot()
1039 arvif->vdev_id, rts_cts); in ath12k_recalc_rtscts_prot()
1042 vdev_param, rts_cts); in ath12k_recalc_rtscts_prot()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dmac.c1338 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local
1344 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot()
1347 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot()
1350 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot()
1354 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot()
1357 rts_cts); in ath10k_recalc_rtscts_prot()