All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: John Linville <linville@tuxdriver.com>
Cc: Michael Wu <flamingice@sourmilk.net>,
	Michael Buesch <mb@bu3sch.de>,
	bcm43xx-dev@berlios.de, wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH 0/4] mac80211 and drivers: Improve wireless statistics
Date: Sat, 14 Apr 2007 13:11:33 -0500	[thread overview]
Message-ID: <46211955.4080006@lwfinger.net> (raw)

In wireless statistics reporting, three quantities related to the signal are reported: "qual" 
(linear with the signal), "level" (logarithmic), and "noise". In mac80211 and the drivers that use 
it, the first two have a mixture of internal names for those quantities. To reduce confusion, this 
series of patches make the internal names match the entity that is being kept.

So that any bisection of the source will always result in code that will compile, the patches are 
divided as follows:

1/4: The new names are added to the appropriate struct definitions in mac80211.
2/4: The mac80211 routines are modified to use the new names.
3/4: The drivers that use mac80211 are modified.
4/4: The old names are removed from the struct definitions.

These changes assume the prior application of patches "[PATCH] mac80211: remove redundant rssi 
information in scan results" by Michael Wu and "[PATCH] mac80211: Report correct wireless 
statistics" by Larry Finger.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

             reply	other threads:[~2007-04-14 18:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-14 18:11 Larry Finger [this message]
2007-04-14 20:00 ` [PATCH 0/4] mac80211 and drivers: Improve wireless statistics Tomas Winkler
2007-04-14 21:02   ` Larry Finger
2007-04-14 21:42     ` Michael Wu
2007-04-14 23:11     ` Tomas Winkler
2007-04-19 14:34 ` Jiri Benc
2007-04-19 15:05   ` Larry Finger

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=46211955.4080006@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=bcm43xx-dev@berlios.de \
    --cc=flamingice@sourmilk.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mb@bu3sch.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.