Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c903 uint32_t rate_mandatory;; in lkpi_lsta_alloc() local
912 rate_mandatory = IEEE80211_RATE_MANDATORY_G | in lkpi_lsta_alloc()
916 rate_mandatory = IEEE80211_RATE_MANDATORY_A; in lkpi_lsta_alloc()
923 if ((supband->bitrates[i].flags & rate_mandatory) != 0) in lkpi_lsta_alloc()