All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maya Erez <merez@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: Maya Erez <merez@codeaurora.org>,
	linux-wireless@vger.kernel.org, wil6210@qti.qualcomm.com
Subject: [PATCH 0/9] wil6210 patches
Date: Thu, 23 Aug 2018 14:47:04 +0300	[thread overview]
Message-ID: <1535024833-15178-1-git-send-email-merez@codeaurora.org> (raw)

The followings et of patches include:
- Various wil6210 fixes
- Add FT roam support for AP and station
- Add support for channel 4

Ahmad Masri (1):
  wil6210: add FT roam support for AP and station

Alexei Avshalom Lazar (1):
  wil6210: add support for channel 4

Dedy Lansky (2):
  wil6210: drop Rx multicast packets that are looped-back to STA
  wil6210: fix invalid memory access for rx_buff_mgmt debugfs

Karthick Gopalasubramanian (1):
  wil6210: remove reset file from debugfs

Maya Erez (4):
  wil6210: set edma variables only for Talyn-MB devices
  wil6210: allocate rx reorder buffer only if rx reorder is enabled
  wil6210: prevent usage of tx ring 0 for eDMA
  wil6210: fix RX buffers release and unmap

 drivers/net/wireless/ath/wil6210/cfg80211.c   | 333 ++++++++++++++++++++----
 drivers/net/wireless/ath/wil6210/debugfs.c    |  47 ++--
 drivers/net/wireless/ath/wil6210/main.c       |  13 +-
 drivers/net/wireless/ath/wil6210/pcie_bus.c   |   1 +
 drivers/net/wireless/ath/wil6210/rx_reorder.c |  12 +-
 drivers/net/wireless/ath/wil6210/txrx.c       |  98 +++++++-
 drivers/net/wireless/ath/wil6210/txrx_edma.c  |  26 +-
 drivers/net/wireless/ath/wil6210/wil6210.h    |  19 ++
 drivers/net/wireless/ath/wil6210/wmi.c        | 350 +++++++++++++++++++++++++-
 drivers/net/wireless/ath/wil6210/wmi.h        |   2 +
 10 files changed, 799 insertions(+), 102 deletions(-)

-- 
1.9.1

             reply	other threads:[~2018-08-23 15:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-23 11:47 Maya Erez [this message]
2018-08-23 11:47 ` [PATCH 1/9] wil6210: remove reset file from debugfs Maya Erez
2018-08-28 13:49   ` Kalle Valo
2018-08-23 11:47 ` [PATCH 2/9] wil6210: add support for channel 4 Maya Erez
2018-08-23 11:47 ` [PATCH 3/9] wil6210: drop Rx multicast packets that are looped-back to STA Maya Erez
2018-08-23 11:47 ` [PATCH 4/9] wil6210: set edma variables only for Talyn-MB devices Maya Erez
2018-08-23 11:47 ` [PATCH 5/9] wil6210: allocate rx reorder buffer only if rx reorder is enabled Maya Erez
2018-08-23 11:47 ` [PATCH 6/9] wil6210: prevent usage of tx ring 0 for eDMA Maya Erez
2018-08-23 11:47 ` [PATCH 7/9] wil6210: fix RX buffers release and unmap Maya Erez
2018-08-23 11:47 ` [PATCH 8/9] wil6210: add FT roam support for AP and station Maya Erez
2018-08-23 11:47 ` [PATCH 9/9] wil6210: fix invalid memory access for rx_buff_mgmt debugfs Maya Erez
  -- strict thread matches above, loose matches on Subject: below --
2019-04-26 15:43 [PATCH 0/9] wil6210 patches Maya Erez
2017-12-12 19:03 Maya Erez
2015-02-15 12:02 Vladimir Kondratiev

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=1535024833-15178-1-git-send-email-merez@codeaurora.org \
    --to=merez@codeaurora.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=wil6210@qti.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 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.