ath10k_core_fw_feature_str  613 drivers/net/wireless/ath/ath10k/core.c static const char *const ath10k_core_fw_feature_str[] = {
ath10k_core_fw_feature_str  643 drivers/net/wireless/ath/ath10k/core.c 	BUILD_BUG_ON(ARRAY_SIZE(ath10k_core_fw_feature_str) !=
ath10k_core_fw_feature_str  646 drivers/net/wireless/ath/ath10k/core.c 	if (feat >= ARRAY_SIZE(ath10k_core_fw_feature_str) ||
ath10k_core_fw_feature_str  647 drivers/net/wireless/ath/ath10k/core.c 	    WARN_ON(!ath10k_core_fw_feature_str[feat])) {
ath10k_core_fw_feature_str  651 drivers/net/wireless/ath/ath10k/core.c 	return scnprintf(buf, buf_len, "%s", ath10k_core_fw_feature_str[feat]);