From: Kalle Valo <kvalo@codeaurora.org>
To: David Miller <davem@davemloft.net>
Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: pull-request: wireless-drivers 2018-11-20
Date: Tue, 20 Nov 2018 17:22:07 +0200 [thread overview]
Message-ID: <87k1l7bwps.fsf@kamboji.qca.qualcomm.com> (raw)
Hi Dave,
here's a pull request to net tree for 4.20, more info below. Please let
me know if there are any problems.
Kalle
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-for-davem-2018-11-20
for you to fetch changes up to 1770f0fa978ed691a454fa9d3ba903d5a70630cc:
mt76: fix uninitialized mutex access setting rts threshold (2018-11-16 15:15:49 +0200)
----------------------------------------------------------------
wireless-drivers fixes for 4.20
First set of fixes for 4.20, this time we have quite a few them but
all very small.
ath9k
* fix a locking regression found by a static checker
wlcore
* fix a crash which was a regression with wakeirq handling
brcm80211
* yet another fix for 160 MHz channel handling
mt76
* fix a longstaning build problem when CONFIG_LEDS_CLASS is disabled
* don't use uninitialised mutex
iwlwifi
* do note that the iwlwifi merge tag (commit 4ec321c14693) seems to
contain wrong list of changes so ignore that
* fix ACPI data handling, a memory leak and other smaller fixes
ath10k
* fix a crash during suspend which was a recent regression
----------------------------------------------------------------
Arnd Bergmann (1):
mt76: fix building without CONFIG_LEDS_CLASS
Brian Norris (1):
ath10k: don't assume 'vif' is non-NULL in flush()
Dan Carpenter (1):
ath9k: Fix a locking bug in ath9k_add_interface()
Emmanuel Grumbach (2):
iwlwifi: mvm: support sta_statistics() even on older firmware
iwlwifi: mvm: fix regulatory domain update when the firmware starts
John Stultz (1):
wlcore: Fixup "Add support for optional wakeirq"
Kalle Valo (1):
Merge tag 'iwlwifi-for-kalle-2018-11-15' of git://git.kernel.org/.../iwlwifi/iwlwifi-next
Lorenzo Bianconi (1):
mt76: fix uninitialized mutex access setting rts threshold
Luca Coelho (1):
iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
Matt Chen (1):
iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
Rafał Miłecki (2):
brcmutil: really fix decoding channel info for 160 MHz bandwidth
brcmfmac: fix reporting support for 160 MHz channels
Shahar S Matityahu (1):
iwlwifi: fix D3 debug data buffer memory leak
drivers/net/wireless/ath/ath10k/mac.c | 2 +-
drivers/net/wireless/ath/ath9k/main.c | 3 +-
.../broadcom/brcm80211/brcmfmac/cfg80211.c | 3 +-
.../net/wireless/broadcom/brcm80211/brcmutil/d11.c | 3 ++
drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 4 ++-
drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 6 +++-
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 38 +++++++++++++++++-----
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 12 +++----
drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 5 ++-
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 ++
drivers/net/wireless/mediatek/mt76/Kconfig | 6 ++++
drivers/net/wireless/mediatek/mt76/mac80211.c | 8 +++--
drivers/net/wireless/mediatek/mt76/mt76x02.h | 1 -
.../net/wireless/mediatek/mt76/mt76x2/pci_init.c | 6 ++--
.../net/wireless/mediatek/mt76/mt76x2/pci_main.c | 4 +--
drivers/net/wireless/ti/wlcore/sdio.c | 17 ++++++----
16 files changed, 82 insertions(+), 38 deletions(-)
next reply other threads:[~2018-11-20 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-20 15:22 Kalle Valo [this message]
2018-11-21 23:51 ` pull-request: wireless-drivers 2018-11-20 David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k1l7bwps.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@codeaurora.org \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox