Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dmac.c7010 enum nl80211_tx_rate_setting txrate_type, in ath10k_mac_tid_bitrate_config() argument
7021 if (txrate_type == NL80211_TX_RATE_AUTOMATIC) { in ath10k_mac_tid_bitrate_config()
7047 if (txrate_type == NL80211_TX_RATE_FIXED) in ath10k_mac_tid_bitrate_config()
7049 else if (txrate_type == NL80211_TX_RATE_LIMITED && in ath10k_mac_tid_bitrate_config()
7245 tid_conf->txrate_type, in ath10k_mac_parse_tid_config()
/linux-6.12.1/include/net/
Dcfg80211.h873 enum nl80211_tx_rate_setting txrate_type; member
/linux-6.12.1/net/wireless/
Dnl80211.c16032 tid_conf->txrate_type = nla_get_u8(attrs[idx]); in parse_tid_conf()
16034 if (tid_conf->txrate_type != NL80211_TX_RATE_AUTOMATIC) { in parse_tid_conf()