Re: [ath9k-devel] ath9k-devel Digest, Vol 79, Issue 6

2015-01-08 Thread 杨铁军
Hi Arend, I had ATH9k hardware, my wireless device is WLE350NX, it is AR9580 chip. Please send me your code to test! I am new to LINUX. Regards, David Yang -- Original -- From: "ath9k-devel-request"; Date: Thu, Jan 8, 2015 07:00 P

[ath9k-devel] Can I disable LED blinking on AR9271

2015-01-08 Thread Hong Xu
Hi all, I checked ath9k_htc driver does not have an option to disable led blinking. Is it possible to add this option for ath9k_htc like ath9k? Thanks, Hong signature.asc Description: PGP signature ___ ath9k-devel mailing list ath9k-devel@lists.ath9

Re: [ath9k-devel] [PATCH] ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries

2015-01-08 Thread Sujith Manoharan
Arend van Spriel wrote: > So the content of the modified debugfs files looks sane? Yep, as sane as the code populating the debug data. :-) Sujith ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-dev

Re: [ath9k-devel] [PATCH] ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries

2015-01-08 Thread Arend van Spriel
On 01/08/15 04:19, Sujith Manoharan wrote: >> Arend van Spriel writes: >> >>> Use the helper to get rid of the file operations per debugfs file. The >>> device driver data contains struct ieee80211_hw pointer and the >>> struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can >>> be