All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/13] wil6210 patches
@ 2017-01-12 13:05 Maya Erez
  2017-01-12 13:05 ` [PATCH v2 01/13] wil6210: add sysfs file for FTM calibration Maya Erez
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Maya Erez @ 2017-01-12 13:05 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Maya Erez, linux-wireless, wil6210

The following set of patches include various wil6210 fixes
Changes from V1:
- Fix copyright year to 2017
- Add a patch to convert symbolic permissions to octal permissions to fix checkpatch
  errors and align to latest kernel preference
- Fix "set dma mask to reflect device capability" commit text


Dedy Lansky (2):
  wil6210: add disable_ap_sme module parameter
  wil6210: support new WMI-only FW capability

Hamad Kadmany (2):
  wil6210: protect against false interrupt during reset sequence
  wil6210: set dma mask to reflect device capability

Lazar Alexei (2):
  wil6210: support loading dedicated image for sparrow-plus devices
  wil6210: remove __func__ from debug printouts

Lior David (6):
  wil6210: add sysfs file for FTM calibration
  wil6210: missing reinit_completion in wmi_call
  wil6210: fix for broadcast workaround in PBSS
  wil6210: align to latest auto generated wmi.h
  wil6210: report association ID (AID) per station in debugfs
  wil6210: option to override A-BFT length in start AP/PCP

Maya Erez (1):
  wil6210: convert symbolic permissions to octal permissions

 drivers/net/wireless/ath/wil6210/Makefile         |   1 +
 drivers/net/wireless/ath/wil6210/cfg80211.c       | 172 ++++++++++++++++------
 drivers/net/wireless/ath/wil6210/debugfs.c        | 136 ++++++++---------
 drivers/net/wireless/ath/wil6210/ethtool.c        |  10 +-
 drivers/net/wireless/ath/wil6210/fw.c             |   7 +-
 drivers/net/wireless/ath/wil6210/fw_inc.c         |  21 ++-
 drivers/net/wireless/ath/wil6210/interrupt.c      |  30 ++--
 drivers/net/wireless/ath/wil6210/main.c           |  87 +++++------
 drivers/net/wireless/ath/wil6210/netdev.c         |  17 ++-
 drivers/net/wireless/ath/wil6210/p2p.c            |  36 ++---
 drivers/net/wireless/ath/wil6210/pcie_bus.c       |  77 +++++++---
 drivers/net/wireless/ath/wil6210/pm.c             |  17 +--
 drivers/net/wireless/ath/wil6210/pmc.c            |  79 +++++-----
 drivers/net/wireless/ath/wil6210/rx_reorder.c     |   8 +-
 drivers/net/wireless/ath/wil6210/sysfs.c          | 126 ++++++++++++++++
 drivers/net/wireless/ath/wil6210/txrx.c           |  75 +++++-----
 drivers/net/wireless/ath/wil6210/wil6210.h        |  33 ++++-
 drivers/net/wireless/ath/wil6210/wil_crash_dump.c |  18 +--
 drivers/net/wireless/ath/wil6210/wmi.c            | 131 ++++++++++------
 drivers/net/wireless/ath/wil6210/wmi.h            |  67 ++++++++-
 20 files changed, 768 insertions(+), 380 deletions(-)
 create mode 100644 drivers/net/wireless/ath/wil6210/sysfs.c

-- 
1.9.1

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

end of thread, other threads:[~2017-01-28  6:45 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 13:05 [PATCH v2 00/13] wil6210 patches Maya Erez
2017-01-12 13:05 ` [PATCH v2 01/13] wil6210: add sysfs file for FTM calibration Maya Erez
2017-01-19 12:24   ` Valo, Kalle
2017-01-19 12:36     ` Lior David
2017-01-19 13:14       ` Arend Van Spriel
2017-01-23 14:55         ` Lior David
2017-01-28  6:32           ` Valo, Kalle
2017-01-12 13:05 ` [PATCH v2 02/13] wil6210: add disable_ap_sme module parameter Maya Erez
2017-01-27 17:50   ` [v2,02/13] " Kalle Valo
2017-01-12 13:05 ` [PATCH v2 03/13] wil6210: support loading dedicated image for sparrow-plus devices Maya Erez
2017-01-12 13:05 ` [PATCH v2 04/13] wil6210: remove __func__ from debug printouts Maya Erez
2017-01-12 13:05 ` [PATCH v2 05/13] wil6210: support new WMI-only FW capability Maya Erez
2017-01-12 13:05 ` [PATCH v2 06/13] wil6210: missing reinit_completion in wmi_call Maya Erez
2017-01-12 13:05 ` [PATCH v2 07/13] wil6210: protect against false interrupt during reset sequence Maya Erez
2017-01-12 13:06 ` [PATCH v2 08/13] wil6210: fix for broadcast workaround in PBSS Maya Erez
2017-01-12 13:06 ` [PATCH v2 09/13] wil6210: align to latest auto generated wmi.h Maya Erez
2017-01-12 13:06 ` [PATCH v2 10/13] wil6210: report association ID (AID) per station in debugfs Maya Erez
2017-01-12 13:06 ` [PATCH v2 11/13] wil6210: option to override A-BFT length in start AP/PCP Maya Erez
2017-01-12 13:06 ` [PATCH v2 12/13] wil6210: set dma mask to reflect device capability Maya Erez
2017-01-12 20:27   ` merez
2017-01-13  8:20   ` [v2,12/13] " Kalle Valo
2017-01-12 13:06 ` [PATCH v2 13/13] wil6210: convert symbolic permissions to octal permissions Maya Erez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.