All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/9] qtnfmac: more info on current channel from device
@ 2017-09-21 21:34 igor.mitsyanko.os
  2017-09-21 21:34 ` [PATCH V3 1/9] qtnfmac: convert channel width from bitfiled to simple enum igor.mitsyanko.os
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: igor.mitsyanko.os @ 2017-09-21 21:34 UTC (permalink / raw)
  To: linux-wireless; +Cc: sergey.matyukevich.os, avinashp, johannes

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

This patchset has a goal to start using full current channel information
as reported by wireless device (specifically, center freq 1 and 2 and
operational BW).

It was part of bigger changeset when it was V1.

Changelist V2->V3:
Do not leave commit messages empty

Changelist V1->V2:
PATCH 2:
  - do not rename "chandef" local variable with no purpose
  - report secondary center frequency in info messages
PATCH 3:
  - report secondary center frequency in info messages

Igor Mitsyanko (9):
  qtnfmac: convert channel width from bitfiled to simple enum
  qtnfmac: make "Channel change" event report full channel info
  qtnfmac: retrieve current channel info from EP
  qtnfmac: do not cache channel info from "connect" command
  qtnfmac: let wifi card handle channel switch request to the same
    chan
  qtnfmac: pass VIF info to SendChannel command
  qtnfmac: do not cache CSA chandef info
  qtnfmac: remove unused mac::status field
  qtnfmac: do not report channel changes until wiphy is registered

 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c  | 69 +++++-----------------
 drivers/net/wireless/quantenna/qtnfmac/commands.c  | 52 +++++++++++++---
 drivers/net/wireless/quantenna/qtnfmac/commands.h  |  3 +-
 drivers/net/wireless/quantenna/qtnfmac/core.h      |  6 --
 drivers/net/wireless/quantenna/qtnfmac/event.c     | 34 ++++-------
 drivers/net/wireless/quantenna/qtnfmac/qlink.h     | 45 ++++++++++----
 .../net/wireless/quantenna/qtnfmac/qlink_util.c    | 68 ++++++++++++++++++---
 .../net/wireless/quantenna/qtnfmac/qlink_util.h    |  4 ++
 8 files changed, 175 insertions(+), 106 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2017-09-25  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21 21:34 [PATCH V3 0/9] qtnfmac: more info on current channel from device igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 1/9] qtnfmac: convert channel width from bitfiled to simple enum igor.mitsyanko.os
2017-09-25  8:28   ` [V3, " Kalle Valo
2017-09-21 21:34 ` [PATCH V3 2/9] qtnfmac: make "Channel change" event report full channel info igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 3/9] qtnfmac: retrieve current channel info from EP igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 4/9] qtnfmac: do not cache channel info from "connect" command igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 5/9] qtnfmac: let wifi card handle channel switch request to the same chan igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 6/9] qtnfmac: pass VIF info to SendChannel command igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 7/9] qtnfmac: do not cache CSA chandef info igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 8/9] qtnfmac: remove unused mac::status field igor.mitsyanko.os
2017-09-21 21:34 ` [PATCH V3 9/9] qtnfmac: do not report channel changes until wiphy is registered igor.mitsyanko.os

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.