From: Dan Williams <dcbw@redhat.com>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: John Linville <linville@tuxdriver.com>, netdev@vger.kernel.org
Subject: Re: [PATCH 1/8] d80211/bcm43xx: Modify struct ieee80211_rx_status for wireless statistics.
Date: Wed, 09 Aug 2006 10:22:26 -0400 [thread overview]
Message-ID: <1155133346.3615.1.camel@localhost.localdomain> (raw)
In-Reply-To: <44D92535.8090303@lwfinger.net>
On Tue, 2006-08-08 at 18:58 -0500, Larry Finger wrote:
> Part 1 of 8 to add wireless statistics to the bcm43xx-d80211 system. This patch adds new variables
> to struct ieee80211_rx_status to contain the latest values for signal, noise, and the maximum value
> of the received ssi. These could be u8's, but I left them as integers in case other drivers needed
> larger values.
>
> The patch is for the August 8 version of Linville's wireless-dev tree.
>
> Signed-Off-By: Larry Finger <Larry.Finger@lwfinger.net>
>
>
>
>
> diff --git a/include/net/d80211.h b/include/net/d80211.h
> index ba5cb4c..8479b58 100644
> --- a/include/net/d80211.h
> +++ b/include/net/d80211.h
> @@ -205,6 +205,9 @@ struct ieee80211_rx_status {
> int channel;
> int phymode;
> int ssi;
> + int maxssi;
> + int signal;
> + int noise;
Spacing? Looks like you're using real tabs here, but the current code
uses 8 spaces instead. Not sure if that's a problem.
Dan
> int antenna;
> int rate;
> int flag;
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2006-08-09 14:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-08 23:58 [PATCH 1/8] d80211/bcm43xx: Modify struct ieee80211_rx_status for wireless statistics Larry Finger
2006-08-09 14:22 ` Dan Williams [this message]
2006-08-09 15:21 ` Larry Finger
2006-08-09 20:34 ` Jouni Malinen
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=1155133346.3615.1.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=Larry.Finger@lwfinger.net \
--cc=linville@tuxdriver.com \
--cc=netdev@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;
as well as URLs for NNTP newsgroup(s).