Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.c790 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local
801 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot()
804 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot()
806 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot()
809 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot()
812 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot()
815 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot()
818 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dmac.c1343 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local
1349 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot()
1352 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot()
1355 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot()
1359 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot()
1362 rts_cts); in ath10k_recalc_rtscts_prot()