Home
last modified time | relevance | path

Searched refs:bcn_tx_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.h402 struct work_struct bcn_tx_work; member
H A Dmac.c6662 bcn_tx_work); in ath11k_mac_bcn_tx_work()
6707 INIT_WORK(&arvif->bcn_tx_work, ath11k_mac_bcn_tx_work); in ath11k_mac_op_add_interface()
6950 cancel_work_sync(&arvif->bcn_tx_work); in ath11k_mac_op_remove_interface()
H A Dwmi.c7409 queue_work(ab->workqueue, &arvif->bcn_tx_work); in ath11k_bcn_tx_status_event()