Linux wireless drivers development
 help / color / mirror / Atom feed
From: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
To: "John W . Linville" <linville@tuxdriver.com>
Cc: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>,
	<linux-wireless@vger.kernel.org>, <wil6210@qca.qualcomm.com>
Subject: [PATCH 0/2] wil6210 patches
Date: Wed, 1 Oct 2014 15:05:23 +0300	[thread overview]
Message-ID: <1412165125-30435-1-git-send-email-qca_vkondrat@qca.qualcomm.com> (raw)

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


             reply	other threads:[~2014-10-01 12:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-01 12:05 Vladimir Kondratiev [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2015-12-12 13:22 [PATCH 0/2] wil6210 patches Maya Erez
2016-06-08 17:07 Maya Erez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1412165125-30435-1-git-send-email-qca_vkondrat@qca.qualcomm.com \
    --to=qca_vkondrat@qca.qualcomm.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=wil6210@qca.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox