All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cfg80211/mac80211: cqm rssi config for AP mode
@ 2018-01-17  7:31 tamizhr
  2018-01-17  7:31 ` [PATCH 1/4] wireless: allow send peer mac in rssi cqm notify tamizhr
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: tamizhr @ 2018-01-17  7:31 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, tamizhr, Tamizh chelvam

From: Tamizh chelvam <tamizhr@codeaurora.org>

Currently station mode has the support of rssi based cqm. This patchsets
extended the support for AP mode as well. Already netlink accepts mac
address in cqm notification event. We can use that to pass mac address of
the station to specify its rssi change event and bssid will be passed for
STA mode. This patchset changes cfg80211_cqm_rssi_notify and
ieee80211_cqm_rssi_notify apis to accepts mac address. RSSI config is
common for all the stations in bss.

Pradeep Kumar Chitrapu (3):
  wireless: allow send peer mac in rssi cqm notify
  cfg80211: enable setting cqm config for AP mode
  mac80211: enable setting cqm config for AP mode

Tamizh chelvam (1):
  mac80211: implement cqm using rx data signal

 drivers/net/wireless/intel/iwlwifi/mvm/rx.c      |  4 +--
 drivers/net/wireless/marvell/mwifiex/sta_event.c |  4 +--
 drivers/net/wireless/rndis_wlan.c                |  2 +-
 drivers/net/wireless/rsi/rsi_91x_mac80211.c      |  2 +-
 drivers/net/wireless/st/cw1200/sta.c             |  4 ++-
 drivers/net/wireless/ti/wl1251/event.c           |  4 +--
 drivers/net/wireless/ti/wlcore/event.c           |  5 +--
 include/net/cfg80211.h                           |  3 +-
 include/net/mac80211.h                           | 10 +++++-
 net/mac80211/cfg.c                               | 32 ++++++++++++------
 net/mac80211/mlme.c                              | 14 ++++----
 net/mac80211/rx.c                                | 43 +++++++++++++++++++++++-
 net/mac80211/sta_info.h                          |  3 ++
 net/mac80211/trace.h                             | 11 +++---
 net/wireless/nl80211.c                           | 11 +++---
 net/wireless/trace.h                             | 12 ++++---
 16 files changed, 121 insertions(+), 43 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-01-22 13:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17  7:31 [PATCH 0/4] cfg80211/mac80211: cqm rssi config for AP mode tamizhr
2018-01-17  7:31 ` [PATCH 1/4] wireless: allow send peer mac in rssi cqm notify tamizhr
2018-01-22 12:56   ` Johannes Berg
2018-01-17  7:31 ` [PATCH 2/4] cfg80211: enable setting cqm config for AP mode tamizhr
2018-01-22 12:56   ` Johannes Berg
2018-01-22 13:01   ` Johannes Berg
2018-01-17  7:31 ` [PATCH 3/4] mac80211: " tamizhr
2018-01-22 12:57   ` Johannes Berg
2018-01-17  7:31 ` [PATCH 4/4] mac80211: implement cqm using rx data signal tamizhr
2018-01-22 13:01   ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.