Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c688 u32 vdev_param, rts_cts; in ath12k_recalc_rtscts_prot() local
699 rts_cts = WMI_USE_RTS_CTS; in ath12k_recalc_rtscts_prot()
702 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath12k_recalc_rtscts_prot()
704 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath12k_recalc_rtscts_prot()
707 if (arvif->rtscts_prot_mode == rts_cts) in ath12k_recalc_rtscts_prot()
710 arvif->rtscts_prot_mode = rts_cts; in ath12k_recalc_rtscts_prot()
713 arvif->vdev_id, rts_cts); in ath12k_recalc_rtscts_prot()
716 vdev_param, rts_cts); in ath12k_recalc_rtscts_prot()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c797 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local
808 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot()
811 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot()
813 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot()
816 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot()
819 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot()
822 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot()
825 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1344 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local
1350 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot()
1353 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot()
1356 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot()
1360 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot()
1363 rts_cts); in ath10k_recalc_rtscts_prot()