Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c191 __be16 htc_mode; in ath9k_htc_reset() local
225 htc_mode = cpu_to_be16(mode); in ath9k_htc_reset()
226 WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode); in ath9k_htc_reset()
251 __be16 htc_mode; in ath9k_htc_set_channel() local
299 htc_mode = cpu_to_be16(mode); in ath9k_htc_set_channel()
300 WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode); in ath9k_htc_set_channel()
919 __be16 htc_mode; in ath9k_htc_start() local
948 htc_mode = cpu_to_be16(mode); in ath9k_htc_start()
949 WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode); in ath9k_htc_start()