Searched refs:rts_cts (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 795 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/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 1367 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 D | mac.c | 1096 u32 vdev_param, rts_cts; in ath12k_recalc_rtscts_prot() local 1107 rts_cts = WMI_USE_RTS_CTS; in ath12k_recalc_rtscts_prot() 1110 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath12k_recalc_rtscts_prot() 1112 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath12k_recalc_rtscts_prot() 1115 if (arvif->rtscts_prot_mode == rts_cts) in ath12k_recalc_rtscts_prot() 1118 arvif->rtscts_prot_mode = rts_cts; in ath12k_recalc_rtscts_prot() 1121 arvif->vdev_id, rts_cts); in ath12k_recalc_rtscts_prot() 1124 vdev_param, rts_cts); in ath12k_recalc_rtscts_prot()
|