mbox series

[00/21] wil6210 patches

Message ID 1550845279-16103-1-git-send-email-merez@codeaurora.org (mailing list archive)
Headers show
Series wil6210 patches | expand

Message

Maya Erez Feb. 22, 2019, 2:20 p.m. UTC
The following set of patches include:
- support up to 20 stations in AP mode
- add support for ucode tracing
- various wil6210 fixes

Ahmad Masri (6):
  wil6210: support up to 20 stations in AP mode
  wil6210: accessing 802.3 addresses via utility functions
  wil6210: prevent device memory access while in reset or suspend
  wil6210: check mid is valid
  wil6210: fix report of rx packet checksum in edma mode
  wil6210: add support for ucode tracing

Alexei Avshalom Lazar (2):
  wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
  wil6210: align to latest auto generated wmi.h

Dedy Lansky (4):
  wil6210: add option to drop Tx packets when Tx ring is full
  wil6210: fix invalid sta statistics update
  wil6210: use OEM MAC address from OTP
  wil6210: free edma_rx_swtail upon reset

Lior David (1):
  wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_ext

Maya Erez (8):
  wil6210: remove rtap_include_phy_info module param
  wil6210: ignore HALP ICR if already handled
  wil6210: increase PCP stop command timeout
  wil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MB
  wil6210: update WIL_MCS_MAX to 15
  wil6210: prevent access to RGF_CAF_ICR in Talyn
  wil6210: reset buff id in status message after completion
  wil6210: print error in FW and board files load failures

 drivers/net/wireless/ath/wil6210/cfg80211.c       |  31 ++-
 drivers/net/wireless/ath/wil6210/debugfs.c        |  61 ++++--
 drivers/net/wireless/ath/wil6210/fw_inc.c         |   6 +-
 drivers/net/wireless/ath/wil6210/interrupt.c      |  12 +-
 drivers/net/wireless/ath/wil6210/main.c           |  91 +++++---
 drivers/net/wireless/ath/wil6210/netdev.c         |  10 +-
 drivers/net/wireless/ath/wil6210/pcie_bus.c       |   4 +-
 drivers/net/wireless/ath/wil6210/pm.c             |  35 +--
 drivers/net/wireless/ath/wil6210/rx_reorder.c     |  10 +-
 drivers/net/wireless/ath/wil6210/trace.h          |   3 +-
 drivers/net/wireless/ath/wil6210/txrx.c           | 254 ++++++++++++----------
 drivers/net/wireless/ath/wil6210/txrx.h           |  51 ++++-
 drivers/net/wireless/ath/wil6210/txrx_edma.c      |  85 ++++----
 drivers/net/wireless/ath/wil6210/txrx_edma.h      |  47 +++-
 drivers/net/wireless/ath/wil6210/wil6210.h        |  27 ++-
 drivers/net/wireless/ath/wil6210/wil_crash_dump.c |  18 +-
 drivers/net/wireless/ath/wil6210/wmi.c            | 107 ++++++---
 drivers/net/wireless/ath/wil6210/wmi.h            |  91 +++++++-
 18 files changed, 641 insertions(+), 302 deletions(-)

Comments

Kalle Valo Feb. 28, 2019, 9:05 a.m. UTC | #1
Maya Erez <merez@codeaurora.org> writes:

> The following set of patches include:
> - support up to 20 stations in AP mode
> - add support for ucode tracing
> - various wil6210 fixes

21 patches is just too much to review. I'll review (and apply) these in
smaller sets. Ideally these should have been split into 3 smaller sets
and only one set at a time in review queue, that they would be applied a
lot faster.