commit | c29eaf3faef7547ba72355bac44e9ca6ffdaee39 | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Thu Aug 27 17:54:53 2009 -0700 |
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Mon Oct 19 15:55:34 2009 +0900 |
tree | aa622b0943b0aef40b449379dff1561770357af5 | |
parent | 5b45bfe5010ae1ddaac463d1bcdb141a4ff4ff66 [diff] |
wimax: indicate initial SW rfkill state is "blocked" The WiMAX stack assumes that all WiMAX devices are SW OFF when they are initialized. The recent changes in the RFKILL stack thus cause an initial call after rfkill_register(), because by default, rfkill considers devices to be SW ON upon registration. So call rfkill_init_sw_state() to set it to SW OFF so rfkill_register() doesn't do that unnecessary step. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>