linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ivo van Doorn <ivdoorn@gmail.com>
To: "Lars Ericsson" <Lars_Ericsson@telia.com>
Cc: "'Johannes Berg'" <johannes@sipsolutions.net>,
	linux-wireless@vger.kernel.org
Subject: Re: Monitor number of packages sent and ACK'ed by AP
Date: Mon, 8 Dec 2008 19:32:40 +0100	[thread overview]
Message-ID: <200812081932.40499.IvDoorn@gmail.com> (raw)
In-Reply-To: <0161CC9B2A3341A19CED21A365A90FE4@gotws1589>

On Monday 08 December 2008, Lars Ericsson wrote:
> > On Monday 08 December 2008, Lars Ericsson wrote:
> > > > 
> > > > On Mon, 2008-12-08 at 11:50 +0100, Lars Ericsson wrote:
> > > > > Hi Johannes,
> > > > > 
> > > > > I would like to monitor number of packages properly 
> > > > transmitted and ACK'ed
> > > > > by the AP.
> > > > > Is the a single point where this can be done ?
> > > > 
> > > > Not really, some drivers don't even give you that information,
> > > > unfortunately.
> > > > 
> > > > johannes
> > > > 
> > > 
> > > OK, thanks. 
> > > I just discovered that Ralink rt61 does filter all ACK frames.
> > > /Lars
> > 
> > Did you look during monitor mode?
> > When monitor mode is not enabled, the RX filter can be quite strict.
> > 
> > Ivo
> > 
> 
> Hi Ivo,
> 
> No, I did not used monitor mode. I do not know how-to do it.

iwconfig wlan0 mode monitor

> I have a problem when the STA picks up AP BEACONS (last_rx updated), 
> but the AP, due to other AP/STA communication, have problems picking up the
> STA traffic.
> 
> One idea was to monitor that I receive ACK frames, i.e. someone receives me.
> But the driver filter all ACK frames.

Right, because mac80211 doesn't send the control filter to the driver by default,
it does when using monitor mode. (Not sure if it also does this when having
a secondary virtual interface running in monitor mode, but for full-monitor
mode it does).

After that all Ralink hardware send the ACK packets to the driver which sends them
to mac80211.

> Is there any other event generated from the driver to the mac layer that 
> can be used indicate bad communication?
>
> For instance large number of retries or low transmition speed.

The retry count is send to mac80211 after the frame was send to the hardware
(or if the hardware has given up on the transmission). The used retry rate is not
reported.
You could also check the 'iwconfig' statistic 'Link Quality' that is  calculated by
the driver and is based on the signal strength of the beacon from the AP, the
TX success count and the RX success count.

> PS:
> You remember the problem we discussed with the PID that did not work, 
> until I not forced HW antenna diversity?

Yes. It contained the recommendation was that you should force a feature on
a device when you don't know if the hardware is capable of that.
(Especially when the hardware explictely indicates that it shouldn't be used). ;)

> I have been monitoring that site for a while and the 2.6.26 driver works
> well.
> The WLAN is very interesting. It is a http://www.merunetworks.com WLAN where
> the STA associates with a virtual AP. The physical AP (radio) varies from
> time to 
> time depending on the STA location. The STA never noticed when the AP 
> is changed since all AP's  uses the same channel and the BSSID is always the
> same.

And how does this relate to the antenna setting?

Ivo

  reply	other threads:[~2008-12-08 18:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-08 10:50 Monitor number of packages sent and ACK'ed by AP Lars Ericsson
2008-12-08 13:01 ` Johannes Berg
2008-12-08 16:28   ` Lars Ericsson
2008-12-08 16:34     ` Ivo van Doorn
2008-12-08 16:50       ` Lars Ericsson
2008-12-08 18:32         ` Ivo van Doorn [this message]
2008-12-08 19:50           ` 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=200812081932.40499.IvDoorn@gmail.com \
    --to=ivdoorn@gmail.com \
    --cc=Lars_Ericsson@telia.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@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).