Comment 2 for bug 1329752

Revision history for this message
Alexander Sack (asac) wrote :

See comment in other bug about WLAN/WWAN different treatment (https://bugs.launchpad.net/ubuntu/+source/urfkill/+bug/1321627/comments/13)

but for this bug i sense this might be relevant:

14:32 < asac> i see in arbitrator that we use the WLAN setting as our general state?
14:32 < asac> if (type == RFKILL_TYPE_ALL)
14:32 < asac> type = RFKILL_TYPE_WLAN;
14:32 < asac> guess thats cause of my bug?
14:33 < asac> e.g. if you ask for state of all, you return the state of WLAN? so if i turn off wlan it tells whoever is asking that efverything is off?