Searched refs:txrate_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 6856 enum nl80211_tx_rate_setting txrate_type, in ath10k_mac_tid_bitrate_config() 6867 if (txrate_type == NL80211_TX_RATE_AUTOMATIC) { in ath10k_mac_tid_bitrate_config() 6893 if (txrate_type == NL80211_TX_RATE_FIXED) in ath10k_mac_tid_bitrate_config() 6895 else if (txrate_type == NL80211_TX_RATE_LIMITED && in ath10k_mac_tid_bitrate_config() 7091 tid_conf->txrate_type, in ath10k_mac_parse_tid_config() 6852 ath10k_mac_tid_bitrate_config(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u32 *rate_ctrl_flag, u8 *rate_ctrl, enum nl80211_tx_rate_setting txrate_type, const struct cfg80211_bitrate_mask *mask) ath10k_mac_tid_bitrate_config() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 7008 enum nl80211_tx_rate_setting txrate_type, in ath10k_mac_tid_bitrate_config() 7019 if (txrate_type == NL80211_TX_RATE_AUTOMATIC) { in ath10k_mac_tid_bitrate_config() 7045 if (txrate_type == NL80211_TX_RATE_FIXED) in ath10k_mac_tid_bitrate_config() 7047 else if (txrate_type == NL80211_TX_RATE_LIMITED && in ath10k_mac_tid_bitrate_config() 7243 tid_conf->txrate_type, in ath10k_mac_parse_tid_config() 7004 ath10k_mac_tid_bitrate_config(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u32 *rate_ctrl_flag, u8 *rate_ctrl, enum nl80211_tx_rate_setting txrate_type, const struct cfg80211_bitrate_mask *mask) ath10k_mac_tid_bitrate_config() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 732 * @txrate_type: Tx bitrate mask type 744 enum nl80211_tx_rate_setting txrate_type; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 789 * @txrate_type: Tx bitrate mask type 801 enum nl80211_tx_rate_setting txrate_type; member
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 14515 tid_conf->txrate_type = nla_get_u8(attrs[idx]); in parse_tid_conf() 14517 if (tid_conf->txrate_type != NL80211_TX_RATE_AUTOMATIC) { in parse_tid_conf()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 15933 tid_conf->txrate_type = nla_get_u8(attrs[idx]); in parse_tid_conf() 15935 if (tid_conf->txrate_type != NL80211_TX_RATE_AUTOMATIC) { in parse_tid_conf()
|
Completed in 101 milliseconds