Home
last modified time | relevance | path

Searched refs:WMI_PEER_HT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3851 #define WMI_PEER_HT 0x00001000 macro
H A Dwmi.c1830 cmd->peer_flags |= cpu_to_le32(WMI_PEER_HT); in ath12k_wmi_copy_peer_flags()
1902 cmd->peer_flags &= cpu_to_le32(~WMI_PEER_HT); in ath12k_wmi_copy_peer_flags()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h6423 WMI_PEER_HT = 0x00001000, enumerator
H A Dwmi.c1647 .ht = WMI_PEER_HT,
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4071 #define WMI_PEER_HT 0x00001000 macro
H A Dwmi.c1843 cmd->peer_flags |= WMI_PEER_HT; in ath11k_wmi_copy_peer_flags()
1911 cmd->peer_flags &= ~WMI_PEER_HT; in ath11k_wmi_copy_peer_flags()