All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add Wide Band Scan support
@ 2019-10-29 11:43 Sathishkumar Muruganandam
  2019-10-29 11:43 ` [PATCH 1/2] nl80211: " Sathishkumar Muruganandam
  2019-10-29 11:43 ` [PATCH 2/2] ath11k: " Sathishkumar Muruganandam
  0 siblings, 2 replies; 8+ messages in thread
From: Sathishkumar Muruganandam @ 2019-10-29 11:43 UTC (permalink / raw)
  To: ath11k; +Cc: Sathishkumar Muruganandam

Wide Band Scan allows to perform off-channel scan on requested channel/
frequency along with corresponding phy mode/bandwidth (40Mhz, 80Mhz).

Sathishkumar Muruganandam (2):
  nl80211: add Wide Band Scan support

 include/net/cfg80211.h       |  2 ++
 include/uapi/linux/nl80211.h |  7 +++++
 net/mac80211/scan.c          |  2 ++
 net/wireless/nl80211.c       | 68 ++++++++++++++++++++++++++++----------------
 4 files changed, 55 insertions(+), 24 deletions(-)

  ath11k: add Wide Band Scan support

 drivers/net/wireless/ath/ath11k/mac.c |  41 ++++++++++--
 drivers/net/wireless/ath/ath11k/wmi.c | 115 +++++++++++++++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/wmi.h |  34 +++++++++-
 3 files changed, 175 insertions(+), 15 deletions(-)

-- 
2.7.4


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] add Wide Band Scan support
@ 2019-10-31 12:27 Sathishkumar Muruganandam
  2019-10-31 12:27   ` Sathishkumar Muruganandam
  0 siblings, 1 reply; 8+ messages in thread
From: Sathishkumar Muruganandam @ 2019-10-31 12:27 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, ath11k

Wide Band Scan allows to perform off-channel scan on requested channel/
frequency along with corresponding phy mode/bandwidth (40Mhz, 80Mhz).

Sathishkumar Muruganandam (2):
  nl80211: add Wide Band Scan support

 include/net/cfg80211.h       |  2 ++
 include/uapi/linux/nl80211.h |  7 +++++
 net/mac80211/scan.c          |  2 ++
 net/wireless/nl80211.c       | 68 ++++++++++++++++++++++++++++----------------
 4 files changed, 55 insertions(+), 24 deletions(-)

  ath11k: add Wide Band Scan support

 drivers/net/wireless/ath/ath11k/mac.c |  41 ++++++++++--
 drivers/net/wireless/ath/ath11k/wmi.c | 115 +++++++++++++++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/wmi.h |  34 +++++++++-
 3 files changed, 175 insertions(+), 15 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-10-31 12:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 11:43 [PATCH 0/2] add Wide Band Scan support Sathishkumar Muruganandam
2019-10-29 11:43 ` [PATCH 1/2] nl80211: " Sathishkumar Muruganandam
2019-10-30 14:43   ` Kalle Valo
2019-10-31  9:53     ` Sathishkumar Muruganandam
2019-10-31  9:56       ` Kalle Valo
2019-10-29 11:43 ` [PATCH 2/2] ath11k: " Sathishkumar Muruganandam
2019-10-31 12:27 [PATCH 0/2] " Sathishkumar Muruganandam
2019-10-31 12:27 ` [PATCH 1/2] nl80211: " Sathishkumar Muruganandam
2019-10-31 12:27   ` Sathishkumar Muruganandam

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.