linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for ACS offload for AP
@ 2018-12-16 13:58 Ahmad Masri
  2018-12-16 13:58 ` [PATCH 1/2] cfg80211: Add Automatic Channel Selection (ACS) " Ahmad Masri
  2018-12-16 13:58 ` [PATCH 2/2] wil6210: add implementation of acs cfg80211_ops Ahmad Masri
  0 siblings, 2 replies; 6+ messages in thread
From: Ahmad Masri @ 2018-12-16 13:58 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Ahmad Masri, linux-wireless, wil6210

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(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-17 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-16 13:58 [PATCH 0/2] Add support for ACS offload for AP Ahmad Masri
2018-12-16 13:58 ` [PATCH 1/2] cfg80211: Add Automatic Channel Selection (ACS) " Ahmad Masri
2018-12-17 11:03   ` Kalle Valo
2018-12-17 13:41   ` Johannes Berg
2018-12-16 13:58 ` [PATCH 2/2] wil6210: add implementation of acs cfg80211_ops Ahmad Masri
2018-12-17 11:07   ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).