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