From: John Crispin <john@phrozen.org>
To: Johannes Berg <johannes@sipsolutions.net>,
Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, John Crispin <john@phrozen.org>,
Srini Kode <skode@qti.qualcomm.com>,
Rajkumar Manoharan <rmanohar@qti.qualcomm.com>,
ath11k@lists.infradead.org
Subject: [PATCH 0/3] mac80211: notify the driver when it should enable TWT
Date: Fri, 26 Apr 2019 10:42:41 +0200 [thread overview]
Message-ID: <20190426084244.28098-1-john@phrozen.org> (raw)
The ath11k FW has a dedicated call for setting the TWT state. trigger this
changes to the BSS config.
In a later step we need to also add calls for manually stating TWT dialogs.
John Crispin (3):
mac80211: allow turning TWT responder support on and off via netlink
mac80211: dynamically turn TWT requester support on and off
ath11k: add TWT support
drivers/net/wireless/ath/ath11k/mac.c | 7 +++
drivers/net/wireless/ath/ath11k/wmi.c | 91 +++++++++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath11k/wmi.h | 71 +++++++++++++++++++++++++++
include/net/cfg80211.h | 2 +
include/net/mac80211.h | 5 ++
include/uapi/linux/nl80211.h | 4 ++
net/mac80211/cfg.c | 6 +++
net/mac80211/mlme.c | 20 +++++++-
net/wireless/nl80211.c | 5 ++
9 files changed, 209 insertions(+), 2 deletions(-)
--
2.11.0
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: John Crispin <john@phrozen.org>
To: Johannes Berg <johannes@sipsolutions.net>,
Kalle Valo <kvalo@codeaurora.org>
Cc: Srini Kode <skode@qti.qualcomm.com>,
Rajkumar Manoharan <rmanohar@qti.qualcomm.com>,
linux-wireless@vger.kernel.org, ath11k@lists.infradead.org,
John Crispin <john@phrozen.org>
Subject: [PATCH 0/3] mac80211: notify the driver when it should enable TWT
Date: Fri, 26 Apr 2019 10:42:41 +0200 [thread overview]
Message-ID: <20190426084244.28098-1-john@phrozen.org> (raw)
The ath11k FW has a dedicated call for setting the TWT state. trigger this
changes to the BSS config.
In a later step we need to also add calls for manually stating TWT dialogs.
John Crispin (3):
mac80211: allow turning TWT responder support on and off via netlink
mac80211: dynamically turn TWT requester support on and off
ath11k: add TWT support
drivers/net/wireless/ath/ath11k/mac.c | 7 +++
drivers/net/wireless/ath/ath11k/wmi.c | 91 +++++++++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath11k/wmi.h | 71 +++++++++++++++++++++++++++
include/net/cfg80211.h | 2 +
include/net/mac80211.h | 5 ++
include/uapi/linux/nl80211.h | 4 ++
net/mac80211/cfg.c | 6 +++
net/mac80211/mlme.c | 20 +++++++-
net/wireless/nl80211.c | 5 ++
9 files changed, 209 insertions(+), 2 deletions(-)
--
2.11.0
next reply other threads:[~2019-04-26 8:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-26 8:42 John Crispin [this message]
2019-04-26 8:42 ` [PATCH 0/3] mac80211: notify the driver when it should enable TWT John Crispin
2019-04-26 8:42 ` [PATCH 1/3] mac80211: allow turning TWT responder support on and off via netlink John Crispin
2019-04-26 8:42 ` John Crispin
2019-04-26 8:49 ` Johannes Berg
2019-04-26 8:49 ` Johannes Berg
2019-04-26 8:42 ` [PATCH 2/3] mac80211: dynamically turn TWT requester support on and off John Crispin
2019-04-26 8:42 ` John Crispin
2019-04-26 8:42 ` [PATCH 3/3] ath11k: add TWT support John Crispin
2019-04-26 8:42 ` John Crispin
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=20190426084244.28098-1-john@phrozen.org \
--to=john@phrozen.org \
--cc=ath11k@lists.infradead.org \
--cc=johannes@sipsolutions.net \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=rmanohar@qti.qualcomm.com \
--cc=skode@qti.qualcomm.com \
/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.