Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c1257 if (ar->monitor_vdev_created) in ath12k_mac_monitor_vdev_create()
1296 ar->monitor_vdev_created = true; in ath12k_mac_monitor_vdev_create()
1310 if (!ar->monitor_vdev_created) in ath12k_mac_monitor_vdev_delete()
1333 ar->monitor_vdev_created = false; in ath12k_mac_monitor_vdev_delete()
1454 if (ar->monitor_vdev_created) in ath12k_mac_config()
1463 if (!ar->monitor_vdev_created) in ath12k_mac_config()
8568 ar->monitor_vdev_created = false; in ath12k_mac_vdev_delete()
8569 } else if (ar->monitor_vdev_created && !ar->monitor_started) { in ath12k_mac_vdev_delete()
9336 if (!monitor_vif && ar->monitor_vdev_created) { in ath12k_mac_update_vif_chan()
9510 if (ahvif->vdev_type != WMI_VDEV_TYPE_MONITOR && ar->monitor_vdev_created) in ath12k_mac_op_assign_vif_chanctx()
[all …]
H A Dcore.h732 bool monitor_vdev_created; member