Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
A Dmci.c46 u8 voice_priority[] = { 110, 110, 110, 112, 110, 110, 114, 116, 118 }; in ath_mci_add_profile() local
64 if (info->voice_type < sizeof(voice_priority)) in ath_mci_add_profile()
65 mci->voice_priority = voice_priority[info->voice_type]; in ath_mci_add_profile()
67 mci->voice_priority = 110; in ath_mci_add_profile()
275 ath_mci_update_stomp_txprio(mci->voice_priority, in ath_mci_set_concur_txprio()
A Dmci.h139 u8 voice_priority; member

Completed in 5 milliseconds