|
@@ -152,6 +152,8 @@ struct iwl_fw_cscheme_list {
|
|
* @mvm_fw: indicates this is MVM firmware
|
|
* @mvm_fw: indicates this is MVM firmware
|
|
* @cipher_scheme: optional external cipher scheme.
|
|
* @cipher_scheme: optional external cipher scheme.
|
|
* @human_readable: human readable version
|
|
* @human_readable: human readable version
|
|
|
|
+ * @sdio_adma_addr: the default address to set for the ADMA in SDIO mode until
|
|
|
|
+ * we get the ALIVE from the uCode
|
|
* @dbg_dest_tlv: points to the destination TLV for debug
|
|
* @dbg_dest_tlv: points to the destination TLV for debug
|
|
* @dbg_conf_tlv: array of pointers to configuration TLVs for debug
|
|
* @dbg_conf_tlv: array of pointers to configuration TLVs for debug
|
|
* @dbg_conf_tlv_len: lengths of the @dbg_conf_tlv entries
|
|
* @dbg_conf_tlv_len: lengths of the @dbg_conf_tlv entries
|
|
@@ -181,6 +183,8 @@ struct iwl_fw {
|
|
struct ieee80211_cipher_scheme cs[IWL_UCODE_MAX_CS];
|
|
struct ieee80211_cipher_scheme cs[IWL_UCODE_MAX_CS];
|
|
u8 human_readable[FW_VER_HUMAN_READABLE_SZ];
|
|
u8 human_readable[FW_VER_HUMAN_READABLE_SZ];
|
|
|
|
|
|
|
|
+ u32 sdio_adma_addr;
|
|
|
|
+
|
|
struct iwl_fw_dbg_dest_tlv *dbg_dest_tlv;
|
|
struct iwl_fw_dbg_dest_tlv *dbg_dest_tlv;
|
|
struct iwl_fw_dbg_conf_tlv *dbg_conf_tlv[FW_DBG_MAX];
|
|
struct iwl_fw_dbg_conf_tlv *dbg_conf_tlv[FW_DBG_MAX];
|
|
size_t dbg_conf_tlv_len[FW_DBG_MAX];
|
|
size_t dbg_conf_tlv_len[FW_DBG_MAX];
|