Linux wireless drivers development
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Cc: johannes@sipsolutions.net,  linux-wireless@vger.kernel.org,
	 Johannes Berg <johannes.berg@intel.com>,
	 Greenman@web.codeaurora.org,
	 Gregory <gregory.greenman@intel.com>,
	 Berg@web.codeaurora.org,  Benjamin <benjamin.berg@intel.com>
Subject: Re: [PATCH 06/15] wifi: mac80211: rework RX timestamp flags
Date: Tue, 19 Dec 2023 11:24:58 +0200	[thread overview]
Message-ID: <878r5q4k9h.fsf@kernel.org> (raw)
In-Reply-To: <20231220043149.caaf422c940d.I20c8900106f9bf81316bed778b1e3ce145785274@changeid> (Miri Korenblit's message of "Wed, 20 Dec 2023 04:37:54 +0200")

Miri Korenblit <miriam.rachel.korenblit@intel.com> writes:

> From: Johannes Berg <johannes.berg@intel.com>
>
> We only have a single flag free, and before using that for
> another mactime flag, instead refactor the mactime flags
> to use a 2-bit field.
>
> NOTE: For upstream, ath10k needs to be changed like this:
>  -status->flag &= ~RX_FLAG_MACTIME_END
>  +status->flag &= ~RX_FLAG_MACTIME
>
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
> Reviewed-by: Greenman, Gregory <gregory.greenman@intel.com>
> Reviewed-by: Berg, Benjamin <benjamin.berg@intel.com>
> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
> ---
>  include/net/mac80211.h     | 13 +++++++++----
>  net/mac80211/ieee80211_i.h |  5 +----
>  net/mac80211/util.c        | 16 ++++++++++------
>  3 files changed, 20 insertions(+), 14 deletions(-)

The note mentions ath10k but doesn't actually change it?

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2023-12-19  9:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20  2:37 [PATCH 00/15] cfg80211/mac80211 patches from our internal tree 2023-12-19 Miri Korenblit
2023-12-20  2:37 ` [PATCH 01/15] wifi: cfg80211: reg: Support P2P operation on DFS channels Miri Korenblit
2023-12-20  2:37 ` [PATCH 02/15] wifi: cfg80211: Schedule regulatory check on BSS STA channel change Miri Korenblit
2023-12-20  2:37 ` [PATCH 03/15] wifi: mac80211: Schedule regulatory channels check on bandwith change Miri Korenblit
2023-12-20  2:37 ` [PATCH 04/15] wifi: mac80211_hwsim: Add custom reg for DFS concurrent Miri Korenblit
2023-12-20  2:37 ` [PATCH 05/15] wifi: cfg80211: handle UHB AP and STA power type Miri Korenblit
2023-12-19  9:28   ` Kalle Valo
2023-12-20  2:37 ` [PATCH 06/15] wifi: mac80211: rework RX timestamp flags Miri Korenblit
2023-12-19  9:24   ` Kalle Valo [this message]
2023-12-20  2:37 ` [PATCH 07/15] wifi: mac80211: allow 64-bit radiotap timestamps Miri Korenblit
2023-12-20  2:37 ` [PATCH 08/15] wifi: cfg80211: free beacon_ies when overridden from hidden BSS Miri Korenblit
2023-12-20  2:37 ` [PATCH 09/15] wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error Miri Korenblit
2023-12-20  2:37 ` [PATCH 10/15] wifi: cfg80211: avoid double free if updating BSS fails Miri Korenblit
2023-12-20  2:37 ` [PATCH 11/15] wifi: mac80211: fix advertised TTLM scheduling Miri Korenblit
2023-12-20  2:38 ` [PATCH 12/15] wifi: mac80211: do not re-add debugfs entries during resume Miri Korenblit
2023-12-20  2:38 ` [PATCH 13/15] wifi: mac80211: add/remove driver debugfs entries as appropriate Miri Korenblit
2023-12-20  2:38 ` [PATCH 14/15] wifi: mac80211: add a driver callback to check active_links Miri Korenblit
2023-12-20  2:38 ` [PATCH 15/15] wifi: mac80211_hwsim: support HE 40MHz in 2.4Ghz band Miri Korenblit
2023-12-19  8:57   ` Johannes Berg
2023-12-23 16:01     ` Jouni Malinen
2023-12-23 17:30       ` 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=878r5q4k9h.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=Berg@web.codeaurora.org \
    --cc=Greenman@web.codeaurora.org \
    --cc=benjamin.berg@intel.com \
    --cc=gregory.greenman@intel.com \
    --cc=johannes.berg@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=miriam.rachel.korenblit@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox