fw-api: CL 4234772 - update fw common interface files
WMI_SERVICE_EXT_IS_ENABLED bug fix: apply a mask to check a single bit
The current definition of the WMI_SERVICE_EXT_IS_ENABLED macro doesnt apply a mask to isolate the bit in question, and hence ends up returning the value of all higher bits within the same word, along with the bit of interest.To fix this, the macro is updated to apply a 0x1 mask, so that only the bit of interest is considered.
Change-Id: I1caabcae808ecb3b062ecacdce2b343e3b1b5acf
CRs-Fixed: 1107600