Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.c696 static const char *const ath10k_core_fw_feature_str[] = { variable
727 BUILD_BUG_ON(ARRAY_SIZE(ath10k_core_fw_feature_str) != in ath10k_core_get_fw_feature_str()
730 if (feat >= ARRAY_SIZE(ath10k_core_fw_feature_str) || in ath10k_core_get_fw_feature_str()
731 WARN_ON(!ath10k_core_fw_feature_str[feat])) { in ath10k_core_get_fw_feature_str()
735 return scnprintf(buf, buf_len, "%s", ath10k_core_fw_feature_str[feat]); in ath10k_core_get_fw_feature_str()