Re: [ath9k-devel] support for AR9220

2010-11-04 Thread Queenie de Melo
Thanks Shafi. Using wlan0, can i create a vap? *wlanconfig ath create wlandev wifi0 wlanmode ap* would be the command using wifi0 rite? Can i use the same command (wlanconfig ath create wlandev wlan0 wlanmode ap)OR is there a different one for configuring wlan0 Pl advice On Thu, Nov 4, 2010 at

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] support for AR9220

2010-11-04 Thread Michael Schwingen
Queenie de Melo wrote: Dear All, Iam using kernel 2.6.27 due to cross-compile some reasons but when i use the lastest ath9k, i get only the wlan0 interface. Is AR9220 chipset supported by ath9k driver? how can i verify that? It is definitely supported - I have an AR9220-based card in my

[ath9k-devel] support for AR9220

2010-11-03 Thread Queenie de Melo
Dear All, Iam using kernel 2.6.27 due to cross-compile some reasons but when i use the lastest ath9k, i get only the wlan0 interface. I do not see my wifi0 interface. Why is that?? I read through the net and found that maybe my device is not supported by the driver.. Is AR9220 chipset supported

Re: [ath9k-devel] support for AR9220

2010-11-03 Thread Queenie de Melo
Hi... Found from http://wireless.kernel.org/en/users/Drivers/ath9k#supported_chipsets That my chipset is supported :) Any idea why Iam not getting the wifi0 interface... ??? mine is a mips64 platform (using kernel 2.6.27) any inputs are welcome :) Thanks :) On Thu, Nov 4, 2010 at 10:16 AM,

Re: [ath9k-devel] support for AR9220

2010-11-03 Thread Mohammed Shafi
On Thu, Nov 4, 2010 at 10:35 AM, Queenie de Melo queenie...@gmail.com wrote: Hi... Found from http://wireless.kernel.org/en/users/Drivers/ath9k#supported_chipsets That my chipset is supported :) Any idea why Iam not getting the wifi0 interface... ??? By default you won't get that , but I