Re: [ath9k-devel] HELP! HELP! HELP! HELP!

2011-08-25 Thread pangyunong
hi, that is the driver for ath9k indeed. i think that there are a part of materials in http://linuxwireless.org/en/developers/Documentation But I can't find book on wireless driver now, if you have found some please tell me. I'm also learning it. Yunong Pang Regards, On Thu, 2011-08-25 at

[ath9k-devel] Where RTS/CTS are called?

2011-08-24 Thread pangyunong
Hi, i can found nothing when i grep "ieee80211_get_ctstoself" and "ieee80211_get_rts" excepts the definition of them in 'tx.c'. is there other functions call them to get RTS/CTS to control the transmission process? I confused about it. what interrupt i will get when receive a frame ? T

[ath9k-devel] Should I compile kenerl again?

2011-08-24 Thread pangyunong
Hi all, I change the code in ath9k/main.c and net/mac80211/tx.c. how can i use my new version of ath9k driver for my device? Should I make and install the driver again, configure and compile kernel once more? Yunong Pang Regards, ___ ath9k-devel m

Re: [ath9k-devel] Some novice questions

2011-08-22 Thread pangyunong
how can i watch the value in offset 0x8084 ? I have no debug in /sys/kernel now. How can i use it? On Mon, 2011-08-01 at 15:38 +0530, Mohammed Shafi wrote: > On Mon, Aug 1, 2011 at 3:00 PM, pangyunong <029...@gmail.com> wrote: > > Thank you for your reply! > > But how can

[ath9k-devel] about mac80211 architeture

2011-08-11 Thread pangyunong
hi , I read the code all along today. I just know hostAP control nl80211 which is upper the cfg80211 and mac80211. And then I read mac80211, but all functions are provided to be used by upper layer. There is something confusing me. Like that ieee80211_beacon_get_tim(), it is a generating bea

[ath9k-devel] is nl80211 being used now?

2011-08-10 Thread pangyunong
Hi all, I see something in http://linuxwireless.org/en/developers/Documentation/nl80211 it said nl80211 still be under development. does the current version we use use nl80211 already? - About nl80211 nl80211 is the new 8

[ath9k-devel] support of PCF

2011-08-04 Thread pangyunong
hi, i see some comments in 'ath9k/beacon.c', saying that, static void ath_beacon_config_sta(struct ath_softc *sc, struct ath_beacon_config *conf) ... cfpperiod = 1; /* NB: no PCF support yet */ cfpcount = 0; ... that

[ath9k-devel] code of AP mode

2011-08-01 Thread pangyunong
Which file contain the information about AP mode? I use 'find' but no appropriate result Regards, Yunong ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Some novice questions

2011-08-01 Thread pangyunong
Thank you for your reply! But how can it be modified NAV to be 0 each time I transmit a frame? Can I control the value by flashing the firmware in my network card? On Mon, 2011-08-01 at 14:43 +0530, Mohammed Shafi wrote: > On Sat, Jul 30, 2011 at 8:56 PM, pangyunong <029...@gma

[ath9k-devel] [NOVICE]Structure of the driver

2011-07-30 Thread pangyunong
Hi, I can't read the driver... I just want to know which part I need to modify to implement my work. Where can I see the document of the whole driver of ath9k? Ths! Regards, Yunong ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists

[ath9k-devel] Some novice questions

2011-07-30 Thread pangyunong
Hi, I'm very excited in the list. It's my first time to use a mailing list, so I'm afraid there are some impolite to you. If there, please tell me. I have some question about mailing list of ath9k. I want modify NAV value of a MAC frame when sending any frame using AP mode in ath9k. But