All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] wil6210 patches
@ 2019-04-26 15:43 Maya Erez
  2019-04-26 15:43 ` [PATCH 1/9] wil6210: fix spurious interrupts in 3-msi Maya Erez
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Maya Erez @ 2019-04-26 15:43 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Maya Erez, linux-wireless, wil6210

The following patches include;
- Various wil6210 bug fixes
- Support handling of multiple section in board file

Ahmad Masri (1):
  wil6210: fix overwriting max_assoc_sta module param

Alexei Avshalom Lazar (1):
  wil6210: fix _desc access in __wil_tx_vring_tso

Dedy Lansky (3):
  wil6210: add printout of platform capabilities
  wil6210: enhancements for descriptor and status ring debugfs
  wil6210: check rx_buff_mgmt before accessing it

Maya Erez (4):
  wil6210: fix spurious interrupts in 3-msi
  wil6210: add support for multiple sections in brd file
  wil6210: fix missed MISC mbox interrupt
  wil6210: remove HALP for Talyn devices

 drivers/net/wireless/ath/wil6210/cfg80211.c   |   4 +-
 drivers/net/wireless/ath/wil6210/debugfs.c    |  70 ++++++++----
 drivers/net/wireless/ath/wil6210/fw.h         |  11 +-
 drivers/net/wireless/ath/wil6210/fw_inc.c     | 148 +++++++++++++++++++-------
 drivers/net/wireless/ath/wil6210/interrupt.c  |  67 +++++++-----
 drivers/net/wireless/ath/wil6210/main.c       |  18 +++-
 drivers/net/wireless/ath/wil6210/pcie_bus.c   |   2 +
 drivers/net/wireless/ath/wil6210/rx_reorder.c |   2 +-
 drivers/net/wireless/ath/wil6210/txrx.c       |  25 +++--
 drivers/net/wireless/ath/wil6210/txrx_edma.c  |  10 +-
 drivers/net/wireless/ath/wil6210/wil6210.h    |  33 ++++--
 drivers/net/wireless/ath/wil6210/wmi.c        |  14 +--
 12 files changed, 275 insertions(+), 129 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2019-05-03  5:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26 15:43 [PATCH 0/9] wil6210 patches Maya Erez
2019-04-26 15:43 ` [PATCH 1/9] wil6210: fix spurious interrupts in 3-msi Maya Erez
2019-05-03  5:05   ` Kalle Valo
2019-04-26 15:43 ` [PATCH 2/9] wil6210: fix _desc access in __wil_tx_vring_tso Maya Erez
2019-04-26 15:43 ` [PATCH 3/9] wil6210: add printout of platform capabilities Maya Erez
2019-04-26 15:43 ` [PATCH 4/9] wil6210: add support for multiple sections in brd file Maya Erez
2019-04-26 15:43 ` [PATCH 5/9] wil6210: enhancements for descriptor and status ring debugfs Maya Erez
2019-04-26 15:43 ` [PATCH 6/9] wil6210: fix overwriting max_assoc_sta module param Maya Erez
2019-04-26 15:43 ` [PATCH 7/9] wil6210: fix missed MISC mbox interrupt Maya Erez
2019-04-26 15:43 ` [PATCH 8/9] wil6210: check rx_buff_mgmt before accessing it Maya Erez
2019-04-26 15:43 ` [PATCH 9/9] wil6210: remove HALP for Talyn devices 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.