diff options
author | David S. Miller <davem@davemloft.net> | 2015-10-20 09:08:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-20 09:08:27 -0400 |
commit | 26440c835f8b1a491e2704118ac55bf87334366c (patch) | |
tree | 3c2d23b59fd49b252fdbf6c09efc41b354933fc6 /drivers/net/wireless/iwlwifi/mvm/fw.c | |
parent | 371f1c7e0d854796adc622cc3bacfcc5fc638db1 (diff) | |
parent | 1099f86044111e9a7807f09523e42d4c9d0fb781 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/usb/asix_common.c
net/ipv4/inet_connection_sock.c
net/switchdev/switchdev.c
In the inet_connection_sock.c case the request socket hashing scheme
is completely different in net-next.
The other two conflicts were overlapping changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/fw.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/fw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/fw.c b/drivers/net/wireless/iwlwifi/mvm/fw.c index 834641e250fb..d906fa13ba97 100644 --- a/drivers/net/wireless/iwlwifi/mvm/fw.c +++ b/drivers/net/wireless/iwlwifi/mvm/fw.c | |||
@@ -699,7 +699,7 @@ int iwl_run_init_mvm_ucode(struct iwl_mvm *mvm, bool read_nvm) | |||
699 | * abort after reading the nvm in case RF Kill is on, we will complete | 699 | * abort after reading the nvm in case RF Kill is on, we will complete |
700 | * the init seq later when RF kill will switch to off | 700 | * the init seq later when RF kill will switch to off |
701 | */ | 701 | */ |
702 | if (iwl_mvm_is_radio_killed(mvm)) { | 702 | if (iwl_mvm_is_radio_hw_killed(mvm)) { |
703 | IWL_DEBUG_RF_KILL(mvm, | 703 | IWL_DEBUG_RF_KILL(mvm, |
704 | "jump over all phy activities due to RF kill\n"); | 704 | "jump over all phy activities due to RF kill\n"); |
705 | iwl_remove_notification(&mvm->notif_wait, &calib_wait); | 705 | iwl_remove_notification(&mvm->notif_wait, &calib_wait); |
@@ -732,7 +732,7 @@ int iwl_run_init_mvm_ucode(struct iwl_mvm *mvm, bool read_nvm) | |||
732 | ret = iwl_wait_notification(&mvm->notif_wait, &calib_wait, | 732 | ret = iwl_wait_notification(&mvm->notif_wait, &calib_wait, |
733 | MVM_UCODE_CALIB_TIMEOUT); | 733 | MVM_UCODE_CALIB_TIMEOUT); |
734 | 734 | ||
735 | if (ret && iwl_mvm_is_radio_killed(mvm)) { | 735 | if (ret && iwl_mvm_is_radio_hw_killed(mvm)) { |
736 | IWL_DEBUG_RF_KILL(mvm, "RFKILL while calibrating.\n"); | 736 | IWL_DEBUG_RF_KILL(mvm, "RFKILL while calibrating.\n"); |
737 | ret = 1; | 737 | ret = 1; |
738 | } | 738 | } |