069178df95
Added rb_iwl_mvm_parse_firmware() — walks Intel firmware TLV sections cross-referenced from Linux 7.1 fw/file.h (struct iwl_ucode_tlv). Extracts: - IWL_UCODE_TLV_ENABLED_CAPABILITIES (type 30) — capability bitmap - IWL_UCODE_TLV_N_SCAN_CHANNELS (type 31) — firmware channel limit - IWL_UCODE_TLV_FW_VERSION (type 36) — human-readable version string Wired into rb_iwlwifi_linux_prepare() — capabilities and version logged at info level during firmware load. TLV entries are 4-byte aligned per Intel firmware specification.