Searched refs:ATH11K_FLAG_MONITOR_VDEV_CREATED (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1045 if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_create() 1098 set_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_create() 1118 if (!test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_delete() 1142 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_delete() 1298 if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, in ath11k_mac_op_config() 1318 if (!test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, in ath11k_mac_op_config() 7259 set_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_op_add_interface() 7374 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_op_remove_interface() 7376 } else if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags) && in ath11k_mac_op_remove_interface() 7832 test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) { in ath11k_mac_update_vif_chan() [all …]
|
| H A D | core.h | 295 ATH11K_FLAG_MONITOR_VDEV_CREATED, enumerator
|
| H A D | core.c | 2373 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_core_pre_reconfigure_recovery()
|