iwm: Define a name for TLV 48.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d91eee8ab3
commit
7cc1647627
@ -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 */
|
||||
|
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user