Skip to content

Commit

Permalink
iwm - code sync for firmware TLV parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
wjguo committed Feb 21, 2019
1 parent a9e111c commit 80887cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sys/dev/iwm/if_iwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,6 @@ iwm_read_firmware(struct iwm_softc *sc)
break;
}

case 48: /* undocumented TLV */
case IWM_UCODE_TLV_SDIO_ADMA_ADDR:
case IWM_UCODE_TLV_FW_GSCAN_CAPA:
/* ignore, not used by current driver */
Expand Down Expand Up @@ -866,8 +865,6 @@ iwm_read_firmware(struct iwm_softc *sc)
device_printf(sc->sc_dev,
"%s: unknown firmware section %d, abort\n",
__func__, tlv_type);
error = EINVAL;
goto parse_out;
}
}

Expand Down

0 comments on commit 80887cf

Please sign in to comment.