Searched refs:rts_cts (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 644 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local 655 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot() 658 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot() 660 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot() 663 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot() 666 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot() 669 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot() 672 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 688 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 797 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1332 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local 1338 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot() 1341 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot() 1344 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot() 1348 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot() 1351 rts_cts); in ath10k_recalc_rtscts_prot()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1343 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()
|
Completed in 47 milliseconds