linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] wil6210 patches
@ 2018-07-22  7:47 Maya Erez
  2018-07-22  7:47 ` [PATCH 01/20] wil6210: Rx multicast packets duplicate detection Maya Erez
                   ` (19 more replies)
  0 siblings, 20 replies; 23+ messages in thread
From: Maya Erez @ 2018-07-22  7:47 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Maya Erez, linux-wireless, wil6210

The following set of patches include:
- Various wil6210 fixes
- Support triple MSI configuration
- Support scan on AP interface
- Support Talyn specific FW and board files

Ahmad Masri (4):
  wil6210: send L2UF on behalf of newly associated station
  wil6210: allow scan on AP interface
  wil6210: align to latest auto generated wmi.h
  wil6210: off channel transmit management frames in AP mode

Alexei Avshalom Lazar (3):
  wil6210: add 3-MSI support
  wil6210: fix min() compilation errors
  wil6210: set default 3-MSI

Dedy Lansky (6):
  wil6210: Rx multicast packets duplicate detection
  wil6210: drop Rx packets with L2 error indication from HW
  wil6210: add TX latency statistics
  wil6210: fix temperature debugfs
  wil6210: align to latest auto generated wmi.h
  wil6210: add support for link statistics

Hamad Kadmany (1):
  wil6210: increase firmware ready timeout

Maya Erez (6):
  wil6210: fix RX checksum report to network stack
  wil6210: support Talyn specific FW file
  wil6210: support max aggregation window size 64
  wil6210: support Talyn specific board file
  wil6210: prevent FW download if HW is configured for secured boot
  wil6210: fix eDMA RX chaining

 drivers/net/wireless/ath/wil6210/cfg80211.c     |  50 +-
 drivers/net/wireless/ath/wil6210/debugfs.c      | 371 ++++++++++++-
 drivers/net/wireless/ath/wil6210/fw.c           |   3 +
 drivers/net/wireless/ath/wil6210/fw_inc.c       |   2 +-
 drivers/net/wireless/ath/wil6210/interrupt.c    |  64 ++-
 drivers/net/wireless/ath/wil6210/main.c         |  65 ++-
 drivers/net/wireless/ath/wil6210/pcie_bus.c     |  70 ++-
 drivers/net/wireless/ath/wil6210/rx_reorder.c   |  31 +-
 drivers/net/wireless/ath/wil6210/txrx.c         | 119 +++-
 drivers/net/wireless/ath/wil6210/txrx.h         |   7 +
 drivers/net/wireless/ath/wil6210/txrx_edma.c    |  48 +-
 drivers/net/wireless/ath/wil6210/txrx_edma.h    |   6 +
 drivers/net/wireless/ath/wil6210/wil6210.h      |  98 +++-
 drivers/net/wireless/ath/wil6210/wil_platform.h |   1 +
 drivers/net/wireless/ath/wil6210/wmi.c          | 223 ++++++++
 drivers/net/wireless/ath/wil6210/wmi.h          | 685 +++++++++++++++++++++++-
 16 files changed, 1712 insertions(+), 131 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2018-07-23 16:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-22  7:47 [PATCH 00/20] wil6210 patches Maya Erez
2018-07-22  7:47 ` [PATCH 01/20] wil6210: Rx multicast packets duplicate detection Maya Erez
2018-07-22  7:47 ` [PATCH 02/20] wil6210: drop Rx packets with L2 error indication from HW Maya Erez
2018-07-22  7:47 ` [PATCH 03/20] wil6210: add TX latency statistics Maya Erez
2018-07-22  7:47 ` [PATCH 04/20] wil6210: fix temperature debugfs Maya Erez
2018-07-22  7:47 ` [PATCH 05/20] wil6210: fix RX checksum report to network stack Maya Erez
2018-07-22  7:47 ` [PATCH 06/20] wil6210: support Talyn specific FW file Maya Erez
2018-07-22  7:47 ` [PATCH 07/20] wil6210: align to latest auto generated wmi.h Maya Erez
2018-07-22  7:47 ` [PATCH 08/20] wil6210: add 3-MSI support Maya Erez
2018-07-22  7:47 ` [PATCH 09/20] wil6210: fix min() compilation errors Maya Erez
2018-07-22  7:47 ` [PATCH 10/20] wil6210: add support for link statistics Maya Erez
2018-07-22  7:47 ` [PATCH 11/20] wil6210: send L2UF on behalf of newly associated station Maya Erez
2018-07-22 20:01   ` Johannes Berg
2018-07-23 15:27     ` merez
2018-07-22  7:47 ` [PATCH 12/20] wil6210: allow scan on AP interface Maya Erez
2018-07-22  7:47 ` [PATCH 13/20] wil6210: support max aggregation window size 64 Maya Erez
2018-07-22  7:47 ` [PATCH 14/20] wil6210: increase firmware ready timeout Maya Erez
2018-07-22  7:47 ` [PATCH 15/20] wil6210: support Talyn specific board file Maya Erez
2018-07-22  7:47 ` [PATCH 16/20] wil6210: set default 3-MSI Maya Erez
2018-07-22  7:47 ` [PATCH 17/20] wil6210: align to latest auto generated wmi.h Maya Erez
2018-07-22  7:47 ` [PATCH 18/20] wil6210: off channel transmit management frames in AP mode Maya Erez
2018-07-22  7:47 ` [PATCH 19/20] wil6210: prevent FW download if HW is configured for secured boot Maya Erez
2018-07-22  7:47 ` [PATCH 20/20] wil6210: fix eDMA RX chaining Maya Erez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).