Searched refs:allow_pfr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 8147 bool allow_pfr) in ath10k_mac_can_set_bitrate_mask() 8166 if (!allow_pfr) in ath10k_mac_can_set_bitrate_mask() 8251 int vht_num_rates, allow_pfr; in ath10k_mac_op_set_bitrate_mask() local 8267 allow_pfr = test_bit(ATH10K_FW_FEATURE_PEER_FIXED_RATE, in ath10k_mac_op_set_bitrate_mask() 8269 if (allow_pfr) { in ath10k_mac_op_set_bitrate_mask() 8298 allow_pfr)) { in ath10k_mac_op_set_bitrate_mask() 8301 if (!allow_pfr || vht_num_rates != 1) in ath10k_mac_op_set_bitrate_mask() 8144 ath10k_mac_can_set_bitrate_mask(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, bool allow_pfr) ath10k_mac_can_set_bitrate_mask() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 8308 bool allow_pfr) in ath10k_mac_can_set_bitrate_mask() 8327 if (!allow_pfr) in ath10k_mac_can_set_bitrate_mask() 8412 int vht_num_rates, allow_pfr; in ath10k_mac_op_set_bitrate_mask() local 8428 allow_pfr = test_bit(ATH10K_FW_FEATURE_PEER_FIXED_RATE, in ath10k_mac_op_set_bitrate_mask() 8430 if (allow_pfr) { in ath10k_mac_op_set_bitrate_mask() 8459 allow_pfr)) { in ath10k_mac_op_set_bitrate_mask() 8462 if (!allow_pfr || vht_num_rates != 1) in ath10k_mac_op_set_bitrate_mask() 8305 ath10k_mac_can_set_bitrate_mask(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, bool allow_pfr) ath10k_mac_can_set_bitrate_mask() argument
|
Completed in 22 milliseconds