Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
DMakefile11 vht.o \
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c4697 u16 vht = 0x3ff; in ath10k_default_bitrate_mask() local
4706 vht = 0; in ath10k_default_bitrate_mask()
4722 if (mask->control[band].vht_mcs[i] != vht) in ath10k_default_bitrate_mask()
4781 int legacy = 0, ht = 0, vht = 0, i; in ath10k_bitrate_mask_correct() local
4798 vht += ath10k_check_single_mask(mask->control[band].vht_mcs[i]); in ath10k_bitrate_mask_correct()
4799 if (vht > 1) in ath10k_bitrate_mask_correct()
4803 if ((legacy + ht + vht) != 1) in ath10k_bitrate_mask_correct()
4808 else if (vht) in ath10k_bitrate_mask_correct()