public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/9] qtnfmac: allow to configure channel, BW, HT/VHT caps
@ 2017-10-31  1:04 igor.mitsyanko.os
  2017-10-31  1:04 ` [PATCH V2 1/9] qtnfmac: use per-band HT/VHT info from wireless device igor.mitsyanko.os
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: igor.mitsyanko.os @ 2017-10-31  1:04 UTC (permalink / raw)
  To: linux-wireless; +Cc: sergey.matyukevich.os, vulyanov, johannes

From: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com>

This patchset has a goal to make operational parameters (channel, BW,
HT/VHT capabilities) configuration possible for qtnfmac driver.

It was part of bigger changeset when it was V1, rest are already applied.

Changelist V1->V2:
PATCH 8:
  - fix a typo causing initialization of HT capabilities with VHT data.

Igor Mitsyanko (9):
  qtnfmac: use per-band HT/VHT info from wireless device
  qtnfmac: initialize HT/VHT caps "can override" masks
  qtnfmac: get rid of PHYMODE capabilities flags
  qtnfmac: extend "IE set" TLV to include frame type info
  qtnfmac: SCAN results: retreive frame type information from "IE set"
    TLV
  qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage
  qtnfmac: configure and start AP interface with a single command
  qtnfmac: include HTCAP and VHTCAP into config AP command
  qtnfmac: pass all CONNECT cmd params to wireless card for processing

 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c |  64 +----
 drivers/net/wireless/quantenna/qtnfmac/commands.c | 276 +++++++++++++++-------
 drivers/net/wireless/quantenna/qtnfmac/commands.h |   9 +-
 drivers/net/wireless/quantenna/qtnfmac/core.c     |   3 +-
 drivers/net/wireless/quantenna/qtnfmac/core.h     |   5 +-
 drivers/net/wireless/quantenna/qtnfmac/event.c    |  83 ++++---
 drivers/net/wireless/quantenna/qtnfmac/qlink.h    | 138 ++++++-----
 7 files changed, 330 insertions(+), 248 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2017-11-10  2:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31  1:04 [PATCH V2 0/9] qtnfmac: allow to configure channel, BW, HT/VHT caps igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 1/9] qtnfmac: use per-band HT/VHT info from wireless device igor.mitsyanko.os
2017-11-10  1:26   ` Kalle Valo
2017-11-10  2:31   ` [V2,1/9] " Kalle Valo
2017-10-31  1:04 ` [PATCH V2 2/9] qtnfmac: initialize HT/VHT caps "can override" masks igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 3/9] qtnfmac: get rid of PHYMODE capabilities flags igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 4/9] qtnfmac: extend "IE set" TLV to include frame type info igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 5/9] qtnfmac: SCAN results: retreive frame type information from "IE set" TLV igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 6/9] qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 7/9] qtnfmac: configure and start AP interface with a single command igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 8/9] qtnfmac: include HTCAP and VHTCAP into config AP command igor.mitsyanko.os
2017-10-31  1:04 ` [PATCH V2 9/9] qtnfmac: pass all CONNECT cmd params to wireless card for processing igor.mitsyanko.os
2017-11-02 10:31   ` Sergey Matyukevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox