linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Buesch <mb@bu3sch.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: John Linville <linville@tuxdriver.com>,
	Michael Wu <flamingice@sourmilk.net>,
	Stefano Brivio <stefano.brivio@polimi.it>,
	linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] wireless: make drivers include the TSF RX flag where appropriate
Date: Wed, 5 Dec 2007 11:17:42 +0100	[thread overview]
Message-ID: <200712051117.43276.mb@bu3sch.de> (raw)
In-Reply-To: <1196796820.12472.1.camel@johannes.berg>

On Tuesday 04 December 2007 20:33:40 Johannes Berg wrote:
> These drivers pass full mactime information to the stack, make them
> indicate this via the new RX_FLAG_TSFT to get mac80211 to show this
> information in monitor mode.
> 
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
> iwlwifi does own radiotap headers (well, tries, it's broken) so is not
> modified.
> 
>  drivers/net/wireless/b43/xmit.c       |    1 +
>  drivers/net/wireless/b43legacy/xmit.c |    1 +
>  drivers/net/wireless/p54common.c      |    1 +
>  drivers/net/wireless/rtl8180_dev.c    |    1 +
>  drivers/net/wireless/rtl8187_dev.c    |    1 +
>  5 files changed, 5 insertions(+)

> --- everything.orig/drivers/net/wireless/b43/xmit.c	2007-12-04 20:32:32.096962565 +0100
> +++ everything/drivers/net/wireless/b43/xmit.c	2007-12-04 20:33:11.046949707 +0100
> @@ -541,6 +541,7 @@ void b43_rx(struct b43_wldev *dev, struc
>  		status.mactime += mactime;
>  		if (low_mactime_now <= mactime)
>  			status.mactime -= 0x10000;
> +		status.flag |= RX_FLAG_TSFT;
>  	}
>  
>  	chanid = (chanstat & B43_RX_CHAN_ID) >> B43_RX_CHAN_ID_SHIFT;

Acked-by: Michael Buesch <mb@bu3sch.de>


-- 
Greetings Michael.

  reply	other threads:[~2007-12-05 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-04 19:33 [PATCH] wireless: make drivers include the TSF RX flag where appropriate Johannes Berg
2007-12-05 10:17 ` Michael Buesch [this message]
2007-12-05 11:07 ` Stefano Brivio

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=200712051117.43276.mb@bu3sch.de \
    --to=mb@bu3sch.de \
    --cc=flamingice@sourmilk.net \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=stefano.brivio@polimi.it \
    /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;
as well as URLs for NNTP newsgroup(s).