From: Pat Erley <pat-lkml@erley.org>
To: Andrey Yurovsky <andrey@cozybit.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [rfc] Implement ath9k mesh point operation
Date: Mon, 16 Mar 2009 19:03:23 -0400 [thread overview]
Message-ID: <49BEDABB.9090909@erley.org> (raw)
In-Reply-To: <45e8e6c40903161557u18133705q9e0c036c8f5367b1@mail.gmail.com>
Andrey Yurovsky wrote:
> Hi Pat,
>
> On Mon, Mar 16, 2009 at 3:36 PM, Pat Erley <pat-lkml@erley.org> wrote:
>> Currently, you need to trigger a scan on the mesh point interface to
>> enable beaconing. This is the same behavior the ath5k, rt2500usb and
>> rt61pci drivers exhibit. Is this a mac80211 design flaw, or something
>> in all of these drivers?
>
> Are you really seeing this behavior on ath5k? I have never seen that
> happen, if it's new then it's a regression. rt2x00 does have this
> problem at this time.
>
> -Andrey
Yep, here's my lspci output and relevant dmesg messages when I load ath5k:
Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
ath5k 0000:02:0a.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
ath5k 0000:02:0a.0: registered as 'phy5'
phy5: Selected rate control algorithm 'minstrel'
ath5k phy5: Atheros AR5213A chip found (MAC: 0x59, PHY: 0x43)
ath5k phy5: RF5112B multiband radio found (0x36)
udev: renamed network interface wlan1 to wlan3
(yes, phy5, I have a ton of wireless stuff plugged into this dev system)
and here's the procedure I use:
iw dev wlan3 del
iw phy phy5 interface add mp0 type mp mesh_id FooBarMesh
ifconfig mp0 10.0.0.5 netmask 255.255.255.0 up
(tshark on rtl8187 shows no beaconing)
iw dev mp0 scan trigger
(tshark on rtl8187 now shows beaconing)
Out of all the devices I have, only b43 seems to beacon before a scan. Is
there a chance I need to wait like 45 seconds for beaconing to start on ath5k
like how ibss mode tries to find a peer already broadcasting before it enables
beacons?
Pat Erley
next prev parent reply other threads:[~2009-03-16 23:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 22:36 [ath9k-devel] [rfc] Implement ath9k mesh point operation Pat Erley
2009-03-16 22:36 ` Pat Erley
2009-03-16 22:57 ` Andrey Yurovsky
2009-03-16 23:03 ` Pat Erley [this message]
2009-03-17 4:45 ` Pat Erley
2009-03-17 7:44 ` Johannes Berg
2009-03-17 7:46 ` [ath9k-devel] " Johannes Berg
2009-03-17 7:46 ` Johannes Berg
2009-03-17 21:05 ` Andrey Yurovsky
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=49BEDABB.9090909@erley.org \
--to=pat-lkml@erley.org \
--cc=andrey@cozybit.com \
--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 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.