Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c7009 enum nl80211_tx_rate_setting txrate_type, in ath10k_mac_tid_bitrate_config() argument
7020 if (txrate_type == NL80211_TX_RATE_AUTOMATIC) { in ath10k_mac_tid_bitrate_config()
7046 if (txrate_type == NL80211_TX_RATE_FIXED) in ath10k_mac_tid_bitrate_config()
7048 else if (txrate_type == NL80211_TX_RATE_LIMITED && in ath10k_mac_tid_bitrate_config()
7244 tid_conf->txrate_type, in ath10k_mac_parse_tid_config()
/openbmc/linux/include/net/
H A Dcfg80211.h801 enum nl80211_tx_rate_setting txrate_type; member
/openbmc/linux/net/wireless/
H A Dnl80211.c15979 tid_conf->txrate_type = nla_get_u8(attrs[idx]); in parse_tid_conf()
15981 if (tid_conf->txrate_type != NL80211_TX_RATE_AUTOMATIC) { in parse_tid_conf()