]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.org/pub...
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 18:34:41 +0000 (11:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 18:37:47 +0000 (11:37 -0700)
Kalle Valo says:

====================
wireless-drivers-next patches for 4.14

The first wireless-drivers-next pull request for 4.14. I'm submitting
this unusally late in the cycle as my vacation postponed this. But
even if this is late there's not still that much new features, mostly
cleanup or fixes.

Major changes:

ath10k

* preparation for wcn3990 support

iwlwifi

* Reorganization of the code into separate directories continues

qtnfmac

* regulatory support updates

* add get_channel, dump_survey and channel_switch cfg80211 handlers
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
1  2 
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
drivers/net/wireless/intel/iwlwifi/pcie/tx.c
drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c
drivers/net/wireless/realtek/rtlwifi/wifi.h

index 79e7a7a285dc960597e945ce7b80f96e729a86ad,ff44e1aa035e228082611cb33939105fdd46f8a9..875cf3a60adbca974a323c0c716481b6c544ba44
@@@ -1048,8 -614,8 +614,8 @@@ static union acpi_object *iwl_mvm_sar_f
                                                    union acpi_object *data,
                                                    int data_size)
  {
++      union acpi_object *wifi_pkg = NULL;
        int i;
--      union acpi_object *wifi_pkg;
  
        /*
         * We need at least two packages, one for the revision and one
index 9c175d5e9d67971266c6828a4191b3bda8f89756,c387d5095bfe3f06a33ffabe1f3c4d96afe1a0a6..9c9c1b4b6d48455a4f997308925da8dd49b68ebf
@@@ -1234,9 -1190,10 +1190,9 @@@ void iwl_mvm_nic_restart(struct iwl_mv
         * can't recover this since we're already half suspended.
         */
        if (!mvm->fw_restart && fw_error) {
-               iwl_mvm_fw_dbg_collect_desc(mvm, &iwl_mvm_dump_desc_assert,
+               iwl_fw_dbg_collect_desc(&mvm->fwrt, &iwl_dump_desc_assert,
                                        NULL);
 -      } else if (test_and_set_bit(IWL_MVM_STATUS_IN_HW_RESTART,
 -                                  &mvm->status)) {
 +      } else if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)) {
                struct iwl_mvm_reprobe *reprobe;
  
                IWL_ERR(mvm,