Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1367 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local
1373 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()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1107 u32 vdev_param, rts_cts; in ath12k_recalc_rtscts_prot() local
1118 rts_cts = WMI_USE_RTS_CTS; in ath12k_recalc_rtscts_prot()
1121 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath12k_recalc_rtscts_prot()
1123 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath12k_recalc_rtscts_prot()
1126 if (arvif->rtscts_prot_mode == rts_cts) in ath12k_recalc_rtscts_prot()
1129 arvif->rtscts_prot_mode = rts_cts; in ath12k_recalc_rtscts_prot()
1132 arvif->vdev_id, rts_cts); in ath12k_recalc_rtscts_prot()
1135 vdev_param, rts_cts); in ath12k_recalc_rtscts_prot()