From: Igor Mitsyanko <igor.mitsyanko.os@xxxxxxxxxxxxx> 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