From: P Praneesh <ppranees@codeaurora.org>
To: ath11k@lists.infradead.org, johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org, P Praneesh <ppranees@codeaurora.org>
Subject: [PATCH v3 0/3] mac80211: Add extended ROC support for 40-80 MHz bandwidth
Date: Fri, 22 Oct 2021 18:07:04 +0530 [thread overview]
Message-ID: <1634906227-22028-1-git-send-email-ppranees@codeaurora.org> (raw)
This patch add extended roc support for 40 and 80 Mhz bandwidth.
It helps to handle remain on channel for wide band scan in ath11k.
---
v3:
- addressed Johannes comment to use ROC instead of SCAN command and
changed cover letter title from 'add Wide Band Scan support' to
'mac80211: Add extended ROC support for 40-80 MHz bandwidth'
v2:
- updated message on cover letter.
---
P Praneesh (3):
nl80211: Extended ROC support for 40-80 MHz bandwidth
ath11k: Refactor update channel list function
ath11k: Add ROC support for wide band scan
drivers/net/wireless/ath/ath10k/mac.c | 3 +-
drivers/net/wireless/ath/ath11k/core.c | 1 +
drivers/net/wireless/ath/ath11k/mac.c | 203 ++++++++++++++++++---
drivers/net/wireless/ath/ath11k/reg.c | 99 +---------
drivers/net/wireless/ath/ath11k/reg.h | 1 -
drivers/net/wireless/ath/ath11k/wmi.c | 160 +++++++++++++++-
drivers/net/wireless/ath/ath11k/wmi.h | 31 +++-
drivers/net/wireless/ath/ath6kl/cfg80211.c | 3 +-
drivers/net/wireless/ath/ath9k/main.c | 4 +-
drivers/net/wireless/ath/wil6210/cfg80211.c | 3 +-
.../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c | 3 +-
.../net/wireless/broadcom/brcm80211/brcmfmac/p2p.h | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 +-
drivers/net/wireless/mac80211_hwsim.c | 3 +-
drivers/net/wireless/marvell/mwifiex/cfg80211.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt7615/main.c | 3 +-
drivers/net/wireless/microchip/wilc1000/cfg80211.c | 3 +-
drivers/net/wireless/rsi/rsi_91x_mac80211.c | 3 +-
drivers/net/wireless/ti/wlcore/main.c | 3 +-
include/net/cfg80211.h | 2 +-
include/net/mac80211.h | 2 +-
net/mac80211/driver-ops.h | 6 +-
net/mac80211/ieee80211_i.h | 4 +-
net/mac80211/offchannel.c | 56 ++++--
net/mac80211/trace.h | 11 +-
net/wireless/nl80211.c | 2 +-
net/wireless/rdev-ops.h | 6 +-
net/wireless/trace.h | 6 +-
28 files changed, 452 insertions(+), 177 deletions(-)
--
2.7.4
--
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: P Praneesh <ppranees@codeaurora.org>
To: ath11k@lists.infradead.org, johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org, P Praneesh <ppranees@codeaurora.org>
Subject: [PATCH v3 0/3] mac80211: Add extended ROC support for 40-80 MHz bandwidth
Date: Fri, 22 Oct 2021 18:07:04 +0530 [thread overview]
Message-ID: <1634906227-22028-1-git-send-email-ppranees@codeaurora.org> (raw)
This patch add extended roc support for 40 and 80 Mhz bandwidth.
It helps to handle remain on channel for wide band scan in ath11k.
---
v3:
- addressed Johannes comment to use ROC instead of SCAN command and
changed cover letter title from 'add Wide Band Scan support' to
'mac80211: Add extended ROC support for 40-80 MHz bandwidth'
v2:
- updated message on cover letter.
---
P Praneesh (3):
nl80211: Extended ROC support for 40-80 MHz bandwidth
ath11k: Refactor update channel list function
ath11k: Add ROC support for wide band scan
drivers/net/wireless/ath/ath10k/mac.c | 3 +-
drivers/net/wireless/ath/ath11k/core.c | 1 +
drivers/net/wireless/ath/ath11k/mac.c | 203 ++++++++++++++++++---
drivers/net/wireless/ath/ath11k/reg.c | 99 +---------
drivers/net/wireless/ath/ath11k/reg.h | 1 -
drivers/net/wireless/ath/ath11k/wmi.c | 160 +++++++++++++++-
drivers/net/wireless/ath/ath11k/wmi.h | 31 +++-
drivers/net/wireless/ath/ath6kl/cfg80211.c | 3 +-
drivers/net/wireless/ath/ath9k/main.c | 4 +-
drivers/net/wireless/ath/wil6210/cfg80211.c | 3 +-
.../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c | 3 +-
.../net/wireless/broadcom/brcm80211/brcmfmac/p2p.h | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 +-
drivers/net/wireless/mac80211_hwsim.c | 3 +-
drivers/net/wireless/marvell/mwifiex/cfg80211.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt7615/main.c | 3 +-
drivers/net/wireless/microchip/wilc1000/cfg80211.c | 3 +-
drivers/net/wireless/rsi/rsi_91x_mac80211.c | 3 +-
drivers/net/wireless/ti/wlcore/main.c | 3 +-
include/net/cfg80211.h | 2 +-
include/net/mac80211.h | 2 +-
net/mac80211/driver-ops.h | 6 +-
net/mac80211/ieee80211_i.h | 4 +-
net/mac80211/offchannel.c | 56 ++++--
net/mac80211/trace.h | 11 +-
net/wireless/nl80211.c | 2 +-
net/wireless/rdev-ops.h | 6 +-
net/wireless/trace.h | 6 +-
28 files changed, 452 insertions(+), 177 deletions(-)
--
2.7.4
next reply other threads:[~2021-10-22 12:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-22 12:37 P Praneesh [this message]
2021-10-22 12:37 ` [PATCH v3 0/3] mac80211: Add extended ROC support for 40-80 MHz bandwidth P Praneesh
2021-10-22 12:37 ` [PATCH v3 1/3] nl80211: Extended " P Praneesh
2021-10-22 12:37 ` P Praneesh
2021-10-25 19:59 ` Johannes Berg
2021-10-25 19:59 ` Johannes Berg
2021-10-22 12:37 ` [PATCH v3 2/3] ath11k: Refactor update channel list function P Praneesh
2021-10-22 12:37 ` P Praneesh
2021-11-12 8:31 ` Kalle Valo
2021-11-12 8:31 ` Kalle Valo
2021-11-24 3:50 ` Wen Gong
2021-11-24 3:50 ` Wen Gong
2021-11-24 7:39 ` Kalle Valo
2021-11-24 7:39 ` Kalle Valo
2021-11-24 7:48 ` Wen Gong
2021-11-24 7:48 ` Wen Gong
2021-11-24 7:56 ` Kalle Valo
2021-11-24 7:56 ` Kalle Valo
2021-10-22 12:37 ` [PATCH v3 2/3] ath11k: Add ROC support for wide band scan P Praneesh
2021-10-22 12:37 ` P Praneesh
2021-10-25 20:10 ` Johannes Berg
2021-10-25 20:10 ` Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1634906227-22028-1-git-send-email-ppranees@codeaurora.org \
--to=ppranees@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.