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 <[email protected]> Signed-off-by: Sergey Matyukevich <[email protected]> Signed-off-by: Avinash Patil <[email protected]> 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(-)
