[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZDd4Hg6bEv22Pxi9@hoboy.vegasvil.org>
Date: Wed, 12 Apr 2023 20:33:50 -0700
From: Richard Cochran <richardcochran@...il.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Johannes Berg <johannes@...solutions.net>, netdev@...r.kernel.org,
linux-wireless@...r.kernel.org, avraham.stern@...el.com,
gregory.greenman@...el.com
Subject: Re: pull-request: wireless-next-2023-03-30
On Tue, Apr 04, 2023 at 12:45:46AM +0200, Richard Cochran wrote:
> On Fri, Mar 31, 2023 at 12:06:48AM -0700, Jakub Kicinski wrote:
> > On Thu, 30 Mar 2023 22:56:11 +0200 Johannes Berg wrote:
> > > * hardware timestamping support for some devices/firwmares
> >
> > Was Richard CCed on those patches?
> > Would have been good to see his acks there.
> >
> > Adding him here in case he wants to take a look 'post factum'.
>
> Timestamping on wifi is something I've spent a fair amount of time
> thinking about. I'll take a look but not this week as I am on
> vacation until April 10.
This so-called "hardware timestamping support" appears to be a big
nothing burger.
I took a quick look at the PR, and AFAICT this is only internal code
for iwlwifi/mvm, and the code is dead code, meaning not reachable by
user space for any practical purpose.
Like in drivers/net/wireless/intel/iwlwifi/mvm/ops.c ...
RX_HANDLER_GRP(LEGACY_GROUP,
WNM_80211V_TIMING_MEASUREMENT_NOTIFICATION,
iwl_mvm_time_sync_msmt_event, RX_HANDLER_SYNC,
struct iwl_time_msmt_notify),
RX_HANDLER_GRP(LEGACY_GROUP,
WNM_80211V_TIMING_MEASUREMENT_CONFIRM_NOTIFICATION,
iwl_mvm_time_sync_msmt_confirm_event, RX_HANDLER_SYNC,
struct iwl_time_msmt_cfm_notify),
These aren't useful, or are they?
I am aware of FTM etc, but I see no attempt to do anything with it in
this code.
Thanks,
Richard
Powered by blists - more mailing lists