|
@@ -815,21 +815,8 @@ int ath10k_core_start(struct ath10k *ar)
|
|
|
|
|
|
INIT_LIST_HEAD(&ar->arvifs);
|
|
|
|
|
|
- if (!test_bit(ATH10K_FLAG_FIRST_BOOT_DONE, &ar->dev_flags)) {
|
|
|
- ath10k_info("%s (0x%08x, 0x%08x) fw %s api %d htt %d.%d\n",
|
|
|
- ar->hw_params.name,
|
|
|
- ar->target_version,
|
|
|
- ar->chip_id,
|
|
|
- ar->hw->wiphy->fw_version,
|
|
|
- ar->fw_api,
|
|
|
- ar->htt.target_version_major,
|
|
|
- ar->htt.target_version_minor);
|
|
|
- ath10k_info("debug %d debugfs %d tracing %d dfs %d\n",
|
|
|
- config_enabled(CONFIG_ATH10K_DEBUG),
|
|
|
- config_enabled(CONFIG_ATH10K_DEBUGFS),
|
|
|
- config_enabled(CONFIG_ATH10K_TRACING),
|
|
|
- config_enabled(CONFIG_ATH10K_DFS_CERTIFIED));
|
|
|
- }
|
|
|
+ if (!test_bit(ATH10K_FLAG_FIRST_BOOT_DONE, &ar->dev_flags))
|
|
|
+ ath10k_print_driver_info(ar);
|
|
|
|
|
|
__set_bit(ATH10K_FLAG_FIRST_BOOT_DONE, &ar->dev_flags);
|
|
|
|