Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c598 if (wmi->last_mgmt_tx_frame) { in ath6kl_wmi_tx_status_event_rx()
600 wmi->last_mgmt_tx_frame, in ath6kl_wmi_tx_status_event_rx()
603 kfree(wmi->last_mgmt_tx_frame); in ath6kl_wmi_tx_status_event_rx()
604 wmi->last_mgmt_tx_frame = NULL; in ath6kl_wmi_tx_status_event_rx()
3683 kfree(wmi->last_mgmt_tx_frame); in ath6kl_wmi_send_action_cmd()
3684 wmi->last_mgmt_tx_frame = buf; in ath6kl_wmi_send_action_cmd()
3721 kfree(wmi->last_mgmt_tx_frame); in __ath6kl_wmi_send_mgmt_cmd()
3722 wmi->last_mgmt_tx_frame = buf; in __ath6kl_wmi_send_mgmt_cmd()
4191 kfree(wmi->last_mgmt_tx_frame); in ath6kl_wmi_shutdown()
H A Dwmi.h126 u8 *last_mgmt_tx_frame; member