[ath9k-devel] Where is MORE_DATA flag?

2012-03-24 Thread 马进
Hi all, Where could I find MORE_DATA flag, which is used for Wi-Fi power save mode? Thank you. Jin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] How does ath9k process the traffic indication map?

2012-03-24 Thread 马进
Hi all, I am working on Wi-Fi power save mode. I don't know how ath9k generate TIM(traffic indication map). Can anyone tell me where the source code is? In which file? Thank you. Jin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

[ath9k-devel] Spectral Scan in ath9k

2012-03-24 Thread Saulo Queiroz
Hello, I intend to use ath9k to perform some tests on demodulated FFT samples. I found out the definition #define AR_PHY_SPECTRAL_SCAN 0x9910 /* AR9280 spectral scan configuration register but since I am a beginner in the ath9k, I have no idea about using it to achieve my goal. I really would

Re: [ath9k-devel] How does ath9k process the traffic indication map?

2012-03-24 Thread Adrian Chadd
IIRC, TIM is generated by mac80211. The driver just takes the beacon frame contents and DMAs it to the NIC. The beacon is populated by mac80211. adrian On 24 March 2012 01:02, 马进 scor...@resl.kaist.ac.kr wrote: Hi all, I am working on Wi-Fi power save mode. I don't know how ath9k generate

Re: [ath9k-devel] Spectral Scan in ath9k

2012-03-24 Thread Adrian Chadd
On 24 March 2012 08:50, Saulo Queiroz ssaulojo...@gmail.com wrote: Hello, I intend to use ath9k to perform some tests on demodulated FFT samples. I found out the definition  #define AR_PHY_SPECTRAL_SCAN 0x9910  /* AR9280 spectral scan configuration register but since I am a beginner in the