iwm: Define a name for TLV 48.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-11-07 23:33:58 +00:00
parent b41c219912
commit 267c626f0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354497
2 changed files with 2 additions and 1 deletions

View File

@ -793,7 +793,7 @@ iwm_read_firmware(struct iwm_softc *sc)
break;
}
case 48: /* undocumented TLV */
case IWM_UCODE_TLV_CMD_VERSIONS:
case IWM_UCODE_TLV_SDIO_ADMA_ADDR:
case IWM_UCODE_TLV_FW_GSCAN_CAPA:
/* ignore, not used by current driver */

View File

@ -933,6 +933,7 @@ enum iwm_ucode_tlv_type {
IWM_UCODE_TLV_FW_DBG_DEST = 38,
IWM_UCODE_TLV_FW_DBG_CONF = 39,
IWM_UCODE_TLV_FW_DBG_TRIGGER = 40,
IWM_UCODE_TLV_CMD_VERSIONS = 48,
IWM_UCODE_TLV_FW_GSCAN_CAPA = 50,
IWM_UCODE_TLV_FW_MEM_SEG = 51,
};