On Thu, Sep 23, 2010 at 10:59:07AM -0700, Yixiang Li wrote: > Luis, > > Can you please answer this question? > > Thanks > Yixiang > > From: Calvin Fang > Sent: Thursday, September 23, 2010 10:55 AM > To: Yixiang Li > Subject: can the pktlog be used withe the open source dirver for Osprey > > Yixiang: > > A quick question from the customer, can pktlog be used with > the ath9k driver on a laptop? > Thanks. > > > Best Regards, > > Calvin (Kewei) Fang > Senior Field Application Engineer > Atheros Communications > Work: 408-830-5840 > Mobile: 408-250-9918 > Email: calvin.fang@xxxxxxxxxxx<mailto:calvin.fang@xxxxxxxxxxx> Please note I am posting this reply publicly. So remove the public lists if you want to reply and send a note to me privatey. Absolutely. We have packet log supported on ath9k but it has not yet been merged upstream. Packetlog code has been written but not submitted upstream as there are some ideas going around of how to do it better, but you can use it today and daily tarballs are made which add that code. In compat-wireless we support adding patches that are either: * posted publicly but not merged yet: linux-next-pending/ * merged into linux-next but not on a stable kernel: linux-next-cherry-picks/ * not even posted at all yet: crap/ The directories are in compat-wireless and I annotate whether or not a tarball has any of these patches applied by postfixing the tarball with "n" for linux-next-cherry-picks/ and "p" for linux-next-pending/ "c" for crap/ patches having been applied So: compat-wireless-2010-09-23.tar.bz2 is vanilla linux-next.git based compat-wireless-2010-09-23-n.tar.bz2 is vanilla + cherry picked patches compat-wireless-2010-09-23-p.tar.bz2 is vanilla + pending patches compat-wireless-2010-09-23-pc.tar.bz2 is vanilla + pending + crap patches The "n" stuff only makes sense for stable releases, not linux-next.git based compat-wireless releases. I call crap/ crap/ as we should avoid it at all costs. Packetlog for ath9k is in the "c" tarballs, for example this one would have it: http://www.orbit-lab.org/kernel/compat-wireless-2.6/compat-wireless-2010-09-23-pc.tar.bz2 To use it: cp defconfigs/atheros-debug.mk config.mk ./scripts/driver-select ath9k make sudo make install We don't have stable release with "n" yet, or "p" or "c", but we can make them ourselves for customers if we so wish. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html