public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux-wireless@vger.kernel.org
Subject: Receive OMI support in mac80211?
Date: Fri, 21 Jun 2024 14:31:27 +0200	[thread overview]
Message-ID: <b7ca414c297df4acb0a8132339293ea7249cfad3.camel@sipsolutions.net> (raw)

Hey all,

We're contemplating adding some support for using (sending) OMI to save
power or perhaps other reasons.

The implementation logic would seem to end up being somewhat similar to
some other cases of changing parameters (CSA or simply AP doing
HT/VHT/HE/EHT operation changes, VHT operating mode notification action
frame), but 

 - for widening bandwidth/increasing NSS:
    - update chanctx
    - send OMI / wait / response
    - update TX configuration for the STA it was sent to

 - for reducing bandwidth/NSS:
    - update TX configuration for the STA it was sent to
    - send OMI / wait / response
    - update chanctx

FWIW, one thing I'm still unsure about is how OMI interacts with VHT
operating mode notification, but we don't transmit the latter right now.


Initially I thought it might be best to have some kind of request_omi()
function the driver can call, but since sending the OM field is done
with any data frame, I'm not sure how to really get that done - a new
driver op seems a bit overkill?


So perhaps it'd be better to have at least two new functions that always
have to be called in pairs, like prepare_omi() and finalize_omi() and
it'd be up to the driver to make sure the field was sent inbetween?

I'm tending towards the latter, any thoughts?

johannes

             reply	other threads:[~2024-06-21 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 12:31 Johannes Berg [this message]
2024-06-21 12:37 ` Receive OMI support in mac80211? 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=b7ca414c297df4acb0a8132339293ea7249cfad3.camel@sipsolutions.net \
    --to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox