On 2022/04/09 12:47, Sven Wolf wrote:
> Hi Stefan,
> 
> sorry, I'm not sure how I can get the sc_hw_rev value.
> Hopefully this is the requested value:
> 
> iwx0: hw rev 0x350, fw ver 67.8f59b80b.0

hw rev in this line is masked (sc->sc_hw_rev & IWX_CSR_HW_REV_TYPE_MSK
which is 0x000FFF0), the IWX_CSR_HW_REV_TYPE_xxx use some of the masked
bits so the whole lot is probably needed. just add another bit to the
printf to print it raw?

Reply via email to