Searched refs:rts_cts (Results 1 – 2 of 2) sorted by relevance
1367 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local1373 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot()1376 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot()1379 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot()1383 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot()1386 rts_cts); in ath10k_recalc_rtscts_prot()
1103 u32 vdev_param, rts_cts; in ath12k_recalc_rtscts_prot() local1114 rts_cts = WMI_USE_RTS_CTS; in ath12k_recalc_rtscts_prot()1117 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath12k_recalc_rtscts_prot()1119 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath12k_recalc_rtscts_prot()1122 if (arvif->rtscts_prot_mode == rts_cts) in ath12k_recalc_rtscts_prot()1125 arvif->rtscts_prot_mode = rts_cts; in ath12k_recalc_rtscts_prot()1128 arvif->vdev_id, rts_cts); in ath12k_recalc_rtscts_prot()1131 vdev_param, rts_cts); in ath12k_recalc_rtscts_prot()