All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] wil6210 patches
@ 2014-10-01 12:05 Vladimir Kondratiev
  2014-10-01 12:05 ` [PATCH 1/2] wil6210: manual FW error recovery mode Vladimir Kondratiev
  2014-10-01 12:05 ` [PATCH 2/2] wil6210: atomic I/O for the card memory Vladimir Kondratiev
  0 siblings, 2 replies; 7+ messages in thread
From: Vladimir Kondratiev @ 2014-10-01 12:05 UTC (permalink / raw)
  To: John W . Linville; +Cc: Vladimir Kondratiev, linux-wireless, wil6210

2 new features:
- IOCTL API for the card memory access,
- manual FW recovery, to allow FW dump and other debug

Vladimir Kondratiev (2):
  wil6210: manual FW error recovery mode
  wil6210: atomic I/O for the card memory

 MAINTAINERS                                 |   1 +
 drivers/net/wireless/ath/wil6210/Makefile   |   1 +
 drivers/net/wireless/ath/wil6210/cfg80211.c |   4 +
 drivers/net/wireless/ath/wil6210/debugfs.c  |  67 +++++++++++
 drivers/net/wireless/ath/wil6210/ioctl.c    | 173 ++++++++++++++++++++++++++++
 drivers/net/wireless/ath/wil6210/main.c     |  46 ++++++--
 drivers/net/wireless/ath/wil6210/netdev.c   |  12 ++
 drivers/net/wireless/ath/wil6210/wil6210.h  |  14 ++-
 drivers/net/wireless/ath/wil6210/wmi.c      |   1 +
 include/uapi/linux/wil6210_uapi.h           |  88 ++++++++++++++
 10 files changed, 398 insertions(+), 9 deletions(-)
 create mode 100644 drivers/net/wireless/ath/wil6210/ioctl.c
 create mode 100644 include/uapi/linux/wil6210_uapi.h

-- 
1.9.1


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

end of thread, other threads:[~2014-11-16  8:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 12:05 [PATCH 0/2] wil6210 patches Vladimir Kondratiev
2014-10-01 12:05 ` [PATCH 1/2] wil6210: manual FW error recovery mode Vladimir Kondratiev
2014-10-01 12:05 ` [PATCH 2/2] wil6210: atomic I/O for the card memory Vladimir Kondratiev
2014-11-14 13:29   ` Kalle Valo
2014-11-14 14:31     ` Arend van Spriel
2014-11-14 14:54       ` Kalle Valo
2014-11-16  8:55     ` Vladimir Kondratiev

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.