From: David S. Miller Date: Thu, 4 Jun 2015 06:44:57 +0000 (-0700) Subject: Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub... X-Git-Tag: v4.2-rc1~130^2~139 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9d1dabfbd0760269475a0cbbcc568505aa3ada60;p=linux-2.6-block.git Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git./linux/kernel/git/kvalo/wireless-drivers-next Kalle Valo says: ==================== new driver mt7601u for MediaTek Wi-Fi devices MT7601U ath10k: * qca6174 power consumption improvements, enable ASPM etc (Michal) wil6210: * support Wi-Fi Simple Configuration in STA mode iwlwifi: * a few fixes (re-enablement of interrupts for certain new platforms that have special power states) * Rework completely the RBD allocation model towards new multi RX hardware. * cleanups * scan reworks continuation (Luca) mwifiex: * improve firmware debug functionality rtlwifi: * update regulatory database brcmfmac: * cleanup and new feature support in PCIe code * alternative nvram loading for router support ==================== Conflicts: drivers/net/wireless/iwlwifi/Kconfig Trivial conflict in iwlwifi Kconfig, two commits adding the same two chip numbers to the help text, but order transposed. Signed-off-by: David S. Miller --- 9d1dabfbd0760269475a0cbbcc568505aa3ada60 diff --cc drivers/net/wireless/iwlwifi/pcie/tx.c index 5ef8044c2ea3,2b06f9933b20..2b86c2135de3 --- a/drivers/net/wireless/iwlwifi/pcie/tx.c +++ b/drivers/net/wireless/iwlwifi/pcie/tx.c @@@ -1045,12 -1050,9 +1045,10 @@@ static int iwl_pcie_set_cmd_in_flight(s * returned. This needs to be done only on NICs that have * apmg_wake_up_wa set. */ - if (trans->cfg->base_params->apmg_wake_up_wa) { + if (trans->cfg->base_params->apmg_wake_up_wa && + !trans_pcie->cmd_hold_nic_awake) { __iwl_trans_pcie_set_bit(trans, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ); - if (trans->cfg->device_family == IWL_DEVICE_FAMILY_8000) - udelay(2); ret = iwl_poll_bit(trans, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_VAL_MAC_ACCESS_EN,