This patch series adds more features to qtnfmac driver including the following major pieces: - updates for regulatory support - AP/VLAN support - dump_survey handler - channel_switch handler bus.h | 1 cfg80211.c | 560 +++++++++++++++++++++++++++++++++++++++++++++++++---------- cfg80211.h | 4 commands.c | 515 ++++++++++++++++++++++++++++++++++++++++++++++++------ commands.h | 5 core.c | 83 ++++++++ core.h | 62 +++++- event.c | 67 ++++++- pearl/pcie.c | 5 qlink.h | 201 +++++++++++++++++++-- qlink_util.c | 26 +- qlink_util.h | 2 util.c | 74 +++++-- util.h | 34 ++- 14 files changed, 1422 insertions(+), 217 deletions(-)