RFKILL_BLOCK_ANY
if (rfkill->state & RFKILL_BLOCK_ANY)
if (!(rfkill->state & RFKILL_BLOCK_ANY)) {
ret = !!(rfkill->state & RFKILL_BLOCK_ANY);
return !!(state & RFKILL_BLOCK_ANY);