Home
last modified time | relevance | path

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

/src/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h961 enum nl80211_tx_rate_setting txrate_type; member
/src/sys/contrib/dev/athk/ath10k/
H A Dmac.c7058 enum nl80211_tx_rate_setting txrate_type, in ath10k_mac_tid_bitrate_config() argument
7069 if (txrate_type == NL80211_TX_RATE_AUTOMATIC) { in ath10k_mac_tid_bitrate_config()
7095 if (txrate_type == NL80211_TX_RATE_FIXED) in ath10k_mac_tid_bitrate_config()
7097 else if (txrate_type == NL80211_TX_RATE_LIMITED && in ath10k_mac_tid_bitrate_config()
7293 tid_conf->txrate_type, in ath10k_mac_parse_tid_config()