iwlwifi: dbg_ini: implement dump info collection

The info struct contains data about the FW, HW, RF and the debug
configuration.

Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Tento commit je obsažen v:
Shahar S Matityahu
2019-04-18 10:24:28 +03:00
odevzdal Luca Coelho
rodič af2984e9e6
revize 0a3a3e9ec5
5 změnil soubory, kde provedl 158 přidání a 0 odebrání

Zobrazit soubor

@@ -276,6 +276,8 @@ static bool iwl_alive_fn(struct iwl_notif_wait_data *notif_wait,
le32_to_cpu(umac->umac_major),
le32_to_cpu(umac->umac_minor));
iwl_fwrt_update_fw_versions(&mvm->fwrt, lmac1, umac);
return true;
}