Re: pull-request: wireless-drivers-next 2018-05-17

2018-05-17 Thread David Miller
From: Kalle Valo 
Date: Thu, 17 May 2018 11:44:34 +0300

> here's a pull request to net-next for 4.18. I forgot to mention in the
> signed tag was that one id is added to include/linux/mmc/sdio_ids.h but
> that was acked by Ulf.
> 
> I suspect hat because of my merge of wireless-drivers into
> wireless-drivers-next the diffstat from request-pull was wrong again. I
> manually replaced that with the diffstat from my test pull to net-next.
> 
> Please let me know if you have any problems.

Pulled, thank you.


pull-request: wireless-drivers-next 2018-05-17

2018-05-17 Thread Kalle Valo
Hi Dave,

here's a pull request to net-next for 4.18. I forgot to mention in the
signed tag was that one id is added to include/linux/mmc/sdio_ids.h but
that was acked by Ulf.

I suspect hat because of my merge of wireless-drivers into
wireless-drivers-next the diffstat from request-pull was wrong again. I
manually replaced that with the diffstat from my test pull to net-next.

Please let me know if you have any problems.

Kalle

The following changes since commit af8a41cccf8f469165c6debc8fe07c5fd2ca501a:

  rtlwifi: cleanup 8723be ant_sel definition (2018-04-24 13:15:08 +0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git 
tags/wireless-drivers-next-for-davem-2018-05-17

for you to fetch changes up to 763ece85f45a6b93268e25a0abf02922f911dab4:

  brcmfmac: fix initialization of struct cfg80211_inform_bss variable 
(2018-05-15 18:03:35 +0300)


wireless-drivers-next patches for 4.18

The first pull request for 4.18. As usual new features and bug fixes
but nothing really special.

I also merged wireless-drivers due to an iwlwifi patch dependency.

Major changes:

iwlwifi

* implement Traffic Condition Monitor and use it for scan, BT coex and
  to detect when the AP doesn't support UAPSD properly

* some more work for the 22000 family of devices;

* introduce AMSDU rate control offload

qtnfmac

* DFS offload support

rsi

* roaming enhancements

* increase max supported aggregation subframes

* don't advertise 5 GHz support if the device doesn't support it

brcmfmac

* add support for BCM4366E chipset

* add support for bcm43364 wireless chipset

ath10k

* enable temperature reads for QCA6174 and QCA9377

* add firmware memory dump support for QCA9984

* continue adding WCN3990 support via SNOC bus


Amitkumar Karwar (7):
  rsi: disable fw watchdog timer during reset
  rsi: device bootup parameter configuration
  rsi: use appropriate interface for power save configuration
  rsi: increase max supported aggregation subframes
  rsi: parse TID from data frame correctly
  rsi: enable power save by default for coex
  rsi: advertise 5GHz support based on device capability

Arend Van Spriel (2):
  brcmfmac: check p2pdev mac address uniqueness
  brcmfmac: constify firmware mapping tables

Arnd Bergmann (1):
  ath10k: avoid possible string overflow

Carl Huang (2):
  ath10k: add WMI_SERVICE_AVAILABLE_EVENT support
  ath10k: support MAC address randomization in scan

Colin Ian King (9):
  wil6210: fix potential null dereference of ndev before null check
  ath10k: fix spelling mistake: "tiggers" -> "triggers"
  ath6kl: fix spelling mistake: "chache" -> "cache"
  cw1200: fix spelling mistake: "Mailformed" -> "Malformed"
  rt2x00: fix spelling mistake in various macros, UKNOWN -> UNKNOWN
  ipw2100: fix spelling mistake: "decsribed" -> "described"
  rtlwifi: fix spelling mistake: "dismatch" -> "mismatch"
  ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"
  rsi: fix spelling mistake: "thead" -> "thread"

Dan Carpenter (2):
  rsi: remove unecessary PTR_ALIGN()s
  mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()

Dan Haab (1):
  brcmfmac: add support for BCM4366E chipset

Daniel Mack (11):
  wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()
  wcn36xx: don't keep reference to skb if transmission failed
  wcn36xx: don't delete invalid bss indices
  wcn36xx: allocate skbs with GFP_KERNEL during init
  wcn36xx: use READ_ONCE() to access desc->ctrl
  wcn36xx: pass correct BSS index when deleting BSS keys
  wcn36xx: abort scan request when 'dequeued' indicator is sent
  wcn36xx: cancel pending scan request when interface goes down
  wcn36xx: handle scan cancellation when firmware support is missing
  wcn36xx: send bss_type in scan requests
  wcn36xx: pass information elements in scan requests

Dmitry Lebed (1):
  qtnfmac: add DFS offload support

Eliad Peller (2):
  iwlwifi: pcie: allow sending pre-built A-MSDUs
  iwlwifi: mvm: set wakeup filters for wowlan "any" configuration

Emmanuel Grumbach (3):
  iwlwifi: mvm: BT Coex - make the primary / secondary pick traffic aware
  iwlwifi: pcie: implement the overlow queue for Gen2 devices
  iwlwifi: mvm: set the MFP flag for keys that are used by MFP stations

Erik Stromdahl (2):
  ath10k: add inlined wrappers for htt tx ops
  ath10k: add inlined wrappers for htt rx ops

Eyal Reizer (1):
  wlcore: sdio: allow pm to handle sdio power

Felix Fietkau (11):
  mt76: stop tx queues from the driver callback instead of common code
  mt76: add missing VHT maximum A-MPDU length capability
  mt76: toggle driver station powersave bit before notifying mac80211