technology: Add a marker to know if a technology is rfkill driven
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Mon, 15 Oct 2012 12:35:14 +0000 (15:35 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 16 Oct 2012 12:02:52 +0000 (15:02 +0300)
commit75a2878a29945d9f4f9db135d82336109a888f5d
tree37d13f90f750d586f37f398b1ec7e218e84ba26d
parent911b920a34803672825a5e085c602dd0ff037e34
technology: Add a marker to know if a technology is rfkill driven

Useful for coming patches: enabling/disabling technologies will be done
differently whether technology is rfkill driven or not:
- if rfkill driven -> enabled will rely on rfkill states
- if not -> enabled will rely on driver/devices states
src/technology.c