Re: [ath9k-devel] How to set ath9k to ap client mode?

2010-11-26 Thread Pat Erley
for devices beyond AP1 (dhcp/radvd server was on the other side of AP2). I only have this patch working through 2.6.32 at this point, not tried anything more recent. The router it runs on is ar71xx based, and openwrt defaults to 2.6.32 for this device. Pat Erley On 11/24/10 22:10, Stanley Lee

Re: [ath9k-devel] support for AR9220

2010-11-04 Thread Pat Erley
It depends on your goal. Here's what I've done in the past: start hostapd on wlan0 iw dev wlan0 interface add wlan1 mode sta Associate wlan1 to Random access point route wlan0 through wlan1 What are you trying to achieve? wlanconfig is a madwifi specific tool. On 11/04/10 02:44, Queenie de

Re: [ath9k-devel] DHCP Fails to Pass Through AP

2009-05-06 Thread Pat Erley
. I'm not running the VIFs bridged with wired though. Pat Erley ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [rfc] Implement ath9k mesh point operation

2009-03-16 Thread Pat Erley
This patch enables mesh point operation for ath9k. Tested with b43 and ath5k as peers. Signed-off-by: Pat Erley pat-l...@erley.org --- 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