Re: [ath5k-devel] Cannot setup Mesh mode in ath5k

2009-06-25 Thread Andrey Yurovsky
On Thu, Jun 25, 2009 at 2:25 AM, shashi raj singh wrote: > Hi > I am trying to enable mesh mode in ath5k for a my projectwork. I am > using compat-wireless-2.6.tar.bz2  and kernel 6.28 > when i give the > cmd:iw phy phy0 interface add mesh0 type mesh mesh_id meshmac > it creates an interface with m

Re: [ath5k-devel] ath5k: mesh mode broken by commit "ath5k: Update PCU code"

2008-11-26 Thread Andrey Yurovsky
n Wed, Nov 26, 2008 at 7:29 AM, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > 2008/11/26 Andrey Yurovsky <[EMAIL PROTECTED]>: >> Hello. I noticed that commit dc300b5c5291d779a53d83af960fdf9388bf0544 >> "ath5k: Update PCU code" by Nick Kossifidis breaks Mesh Point

[ath5k-devel] ath5k: mesh mode broken by commit "ath5k: Update PCU code"

2008-11-25 Thread Andrey Yurovsky
Hello. I noticed that commit dc300b5c5291d779a53d83af960fdf9388bf0544 "ath5k: Update PCU code" by Nick Kossifidis breaks Mesh Point operation, which had been working right up to that patch. As I am not familiar with the antenna-related code that this is touching, can someone please assist with r

[ath5k-devel] [PATCH] ath5k: fix mesh point operation

2008-10-13 Thread Andrey Yurovsky
. Tested with multiple AR5211 cards. Signed-off-by: Andrey Yurovsky <[EMAIL PROTECTED]> diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c index 1a24a22..467ece6 100644 --- a/drivers/net/wireless/ath5k/base.c +++ b/drivers/net/wireless/ath5k/base.c @@ -2170,7 +

Re: [ath5k-devel] How to set up AP mode

2008-10-03 Thread Andrey Yurovsky
You need to apply this patch to enable AP mode: http://johannes.sipsolutions.net/patches/old/all/LATEST/004-allow-ap-vlan-modes.patch On Fri, Oct 3, 2008 at 6:07 AM, Micha Lenk <[EMAIL PROTECTED]> wrote: > Hi, > > I've managed to get Linux 2.6.26 running on a WGT634U WLAN router. This > device has

[ath5k-devel] [PATCH] ath5k: add Mesh Point support

2008-07-17 Thread Andrey Yurovsky
This enables draft-802.11s Mesh Point operation. For that we need mesh beaconing. Tested with AR5212/AR5213 PCI card against Zydas and b43 mesh nodes. Signed-off-by: Andrey Yurovsky <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/