mbox series

[0/2] Add support for ACS offload for AP

Message ID 1544968691-20679-1-git-send-email-amasri@codeaurora.org (mailing list archive)
Headers show
Series Add support for ACS offload for AP | expand

Message

Ahmad Masri Dec. 16, 2018, 1:58 p.m. UTC
The following set of patches add support for Automatic Channel Selection
(ACS) offload for AP in cfg80211 and an implementation in wil6210 driver.

Ahmad Masri (2):
  cfg80211: Add Automatic Channel Selection (ACS) offload for AP
  wil6210: add implementation of acs cfg80211_ops

 drivers/net/wireless/ath/wil6210/cfg80211.c | 140 ++++++++++++++++++++-
 drivers/net/wireless/ath/wil6210/debugfs.c  | 154 +++++++++++++++++++++++
 drivers/net/wireless/ath/wil6210/main.c     |   5 +
 drivers/net/wireless/ath/wil6210/wil6210.h  |  15 +++
 drivers/net/wireless/ath/wil6210/wmi.c      |  76 ++++++++++++
 drivers/net/wireless/ath/wil6210/wmi.h      |   3 +-
 include/net/cfg80211.h                      |  33 +++++
 include/uapi/linux/nl80211.h                |  65 ++++++++++
 net/wireless/mlme.c                         |  31 +++++
 net/wireless/nl80211.c                      | 182 ++++++++++++++++++++++++++++
 net/wireless/nl80211.h                      |   6 +
 net/wireless/rdev-ops.h                     |  12 ++
 net/wireless/trace.h                        |  23 ++++
 13 files changed, 742 insertions(+), 3 deletions(-)