From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Wagner Date: Tue, 31 Jul 2012 20:04:45 +0200 Subject: [ath9k-devel] Logging Frameconent in Interrupt Service Routine Message-ID: <1497549.Eabf10WTys@buri> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi, I have some problems with the ath9k driver. Some Wifi-frames don't aperar in the ath9k_tasklet() function. Within this function I logged all apearing frames using printk(). I accessed the Wifi-framecontet by reading "skb->data". I monitored on an other computer Wifi traffic using wireshark and compare frames in wireshark with the kernellog. In wireshark i saw all expected frames but in kernellog they are missed. I would like to know how I can log the Wifi Frameconent below ath9k_tasklet(). Then I would expand my logging and follow the frames from ath_isr() to the point where they were droped. Cheers, Tom p.s.: 1. See this mail for deatils: "[ath9k-devel] Frames droped on Linksys WRT160NL Router" 2. This seems to be a bug, "changed_flags" (Line 20) is set but never read: http://is.gd/zqQirl