All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] qtnfmac: add more features to driver
@ 2017-07-27 23:06 Sergey Matyukevich
  2017-07-27 23:06 ` [PATCH v2 01/12] qtnfmac: updates for regulatory support Sergey Matyukevich
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Sergey Matyukevich @ 2017-07-27 23:06 UTC (permalink / raw)
  To: linux-wireless; +Cc: Igor Mitsyanko, Avinash Patil, Sergey Matyukevich

This patch series adds more features and fixes to qtnfmac driver:
- regulatory support updates
- get_channel handler
- dump_survey handler
- channel_switch handler
- update message structures to prepare for adding AP_VLAN
- cleanup and fixes

Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com>
Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Avinash Patil <avinashp@quantenna.com>

v1 -> v2
- remove AP_VLAN support: to be submitted separately as RFC
- split patches with multiple changes into a smaller chunks

cfg80211.c   |  315 ++++++++++++++++++++++++++++++--------
cfg80211.h   |    4 
commands.c   |  486 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
commands.h   |    5 
core.c       |    5 
core.h       |   27 ++-
event.c      |   67 +++++++-
qlink.h      |  202 ++++++++++++++++++++++--
qlink_util.c |   26 +--
qlink_util.h |   10 -
10 files changed, 992 insertions(+), 155 deletions(-)

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

end of thread, other threads:[~2017-08-07 12:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27 23:06 [PATCH v2] qtnfmac: add more features to driver Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 01/12] qtnfmac: updates for regulatory support Sergey Matyukevich
2017-08-03 10:00   ` [v2,01/12] " Kalle Valo
2017-07-27 23:06 ` [PATCH v2 02/12] qtnfmac: regulatory configuration for self-managed setup Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 03/12] qtnfmac: add missing bus lock Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 04/12] qtnfmac: implement cfg80211 dump_survey handler Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 05/12] qtnfmac: implement reporting current channel Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 06/12] qtnfmac: fix station leave reason endianness Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 07/12] qtnfmac: move current channel info from vif to mac Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 08/12] qtnfmac: implement cfg80211 channel_switch handler Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 09/12] qtnfmac: implement scan timeout Sergey Matyukevich
2017-08-03  9:53   ` Kalle Valo
2017-08-04 20:53     ` Sergey Matyukevich
2017-08-07 12:43       ` Kalle Valo
2017-07-27 23:06 ` [PATCH v2 10/12] qtnfmac: fix handling of iftype mask reported by firmware Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 11/12] qtnfmac: remove function qtnf_cmd_skb_put_action Sergey Matyukevich
2017-07-27 23:06 ` [PATCH v2 12/12] qtnfmac: prepare for AP_VLAN interface type support Sergey Matyukevich

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.