diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-04-25 09:58:25 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-06-23 00:13:01 +0300 |
commit | fa4de7f7c349d0fca751d1ad331c1fa8f528a47d (patch) | |
tree | 0431e081a784c179518b0c552359d33b67288512 /drivers/net/wireless/intel/iwlwifi/pcie/rx.c | |
parent | 3a6e168baa7097bcd747c1689cff509297c6d612 (diff) | |
download | linux-fa4de7f7c349d0fca751d1ad331c1fa8f528a47d.tar.gz linux-fa4de7f7c349d0fca751d1ad331c1fa8f528a47d.tar.xz |
iwlwifi: pcie: add fake RF-kill to debugfs
In order to debug "hardware" RF-kill flows, add a low-level hook to
allow changing the "hardware" RF-kill from debugfs.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/pcie/rx.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/rx.c b/drivers/net/wireless/intel/iwlwifi/pcie/rx.c index c27d6f711abf..b6b04e72521e 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/rx.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/rx.c @@ -1509,7 +1509,7 @@ static u32 iwl_pcie_int_cause_ict(struct iwl_trans *trans) return inta; } -static void iwl_pcie_handle_rfkill_irq(struct iwl_trans *trans) +void iwl_pcie_handle_rfkill_irq(struct iwl_trans *trans) { struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans); struct isr_statistics *isr_stats = &trans_pcie->isr_stats; |