linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/12] wil6210 patches
@ 2019-01-28 15:36 Maya Erez
  2019-01-28 15:36 ` [PATCH v2 01/12] wil6210: remove rtap_include_phy_info module param Maya Erez
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Maya Erez @ 2019-01-28 15:36 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Maya Erez, linux-wireless, wil6210

Changes from V1:
- Update copyright year to 2019.
- Change bool usage in structures to u8.

The following set of patches include:
- Use platform specific configuration instead of wil6210 module parameters
- Various wil6210 fixes.

Ahmad Masri (5):
  wil6210: support ndo_select_queue in net_device_ops
  wil6210: add support for AC queues per station
  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

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

Dedy Lansky (2):
  wil6210: add option to drop Tx packets when tx ring is full
  wil6210: fix invalid sta statistics update

Maya Erez (3):
  wil6210: remove rtap_include_phy_info module param
  wil6210: use platform specific configuration
  wil6210: ignore HALP ICR if already handled

 drivers/net/wireless/ath/wil6210/cfg80211.c       |  43 ++-
 drivers/net/wireless/ath/wil6210/debugfs.c        |  48 ++-
 drivers/net/wireless/ath/wil6210/interrupt.c      |  12 +-
 drivers/net/wireless/ath/wil6210/main.c           | 162 +++++----
 drivers/net/wireless/ath/wil6210/netdev.c         |  77 +++-
 drivers/net/wireless/ath/wil6210/pcie_bus.c       |  33 +-
 drivers/net/wireless/ath/wil6210/pm.c             |  31 +-
 drivers/net/wireless/ath/wil6210/rx_reorder.c     |  10 +-
 drivers/net/wireless/ath/wil6210/trace.h          |   3 +-
 drivers/net/wireless/ath/wil6210/txrx.c           | 407 +++++++++++++++-------
 drivers/net/wireless/ath/wil6210/txrx.h           |  51 ++-
 drivers/net/wireless/ath/wil6210/txrx_edma.c      |  14 +-
 drivers/net/wireless/ath/wil6210/wil6210.h        |  70 ++--
 drivers/net/wireless/ath/wil6210/wil_crash_dump.c |  18 +-
 drivers/net/wireless/ath/wil6210/wil_platform.h   |  29 ++
 drivers/net/wireless/ath/wil6210/wmi.c            | 111 ++++--
 drivers/net/wireless/ath/wil6210/wmi.h            |  48 ++-
 17 files changed, 809 insertions(+), 358 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2019-02-22 14:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 15:36 [PATCH v2 00/12] wil6210 patches Maya Erez
2019-01-28 15:36 ` [PATCH v2 01/12] wil6210: remove rtap_include_phy_info module param Maya Erez
2019-02-13 16:40   ` Kalle Valo
2019-02-14 16:54     ` merez
2019-01-28 15:36 ` [PATCH v2 02/12] wil6210: use platform specific configuration Maya Erez
2019-01-28 15:36 ` [PATCH v2 03/12] wil6210: support ndo_select_queue in net_device_ops Maya Erez
2019-01-28 15:36 ` [PATCH v2 04/12] wil6210: add support for AC queues per station Maya Erez
2019-01-28 15:36 ` [PATCH v2 05/12] wil6210: add option to drop Tx packets when tx ring is full Maya Erez
2019-01-28 15:36 ` [PATCH v2 06/12] wil6210: support up to 20 stations in AP mode Maya Erez
2019-01-28 15:36 ` [PATCH v2 07/12] wil6210: accessing 802.3 addresses via utility functions Maya Erez
2019-01-28 15:36 ` [PATCH v2 08/12] wil6210: fix invalid sta statistics update Maya Erez
2019-01-28 15:36 ` [PATCH v2 09/12] wil6210: ignore HALP ICR if already handled Maya Erez
2019-01-28 15:36 ` [PATCH v2 10/12] wil6210: check null pointer in _wil_cfg80211_merge_extra_ies Maya Erez
2019-01-28 15:36 ` [PATCH v2 11/12] wil6210: align to latest auto generated wmi.h Maya Erez
2019-01-28 15:36 ` [PATCH v2 12/12] wil6210: prevent device memory access while in reset or suspend Maya Erez
2019-02-22 14:29 ` [PATCH v2 00/12] wil6210 patches merez

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).