diff options
author | Mohamed Abbas <mabbas@linux.intel.com> | 2008-03-28 19:21:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-01 17:13:18 -0400 |
commit | ad97edd2f524940d524c26ae273a4eb23067a7c0 (patch) | |
tree | 7d7af2310ec45dd70dfe17b1723fc66b9228d5cc /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | c8381fdcab98b74f670d879097bab35d97d88400 (diff) |
iwlwifi: hook iwlwifi with Linux rfkill
This patch hook IWL with Linux rfkill.
Signed-off-by: Mohamed Abbas <mabbas@linux.intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index e5f64d7fbfde..3ab5d8292502 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -4961,6 +4961,7 @@ static struct iwl_lib_ops iwl4965_lib = { | |||
4961 | .acquire_semaphore = iwlcore_eeprom_acquire_semaphore, | 4961 | .acquire_semaphore = iwlcore_eeprom_acquire_semaphore, |
4962 | .release_semaphore = iwlcore_eeprom_release_semaphore, | 4962 | .release_semaphore = iwlcore_eeprom_release_semaphore, |
4963 | }, | 4963 | }, |
4964 | .radio_kill_sw = iwl4965_radio_kill_sw, | ||
4964 | }; | 4965 | }; |
4965 | 4966 | ||
4966 | static struct iwl_ops iwl4965_ops = { | 4967 | static struct iwl_ops iwl4965_ops = { |