From mboxrd@z Thu Jan 1 00:00:00 1970 From: Metal Software Date: Thu, 07 Apr 2011 10:10:02 +0300 Subject: [ath9k-devel] AR9390 tx hang. Message-ID: <4D9D634A.7050803@metalsoftware.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hello, I have Freescale 1020 WLAN board with two Atheros AR9390 wlan cards. Board comes with Atheros binary which works quite well but I need to do some changes for our product so I decided to try with ath9k. I managed to compile and load all the modules in a board and I am getting two wlan interfaces. First I decided use them as an station and associated to accesspoint. First basic test is just ping the accesspoint from board and that causes following problem. ath: txq: ef9797dc axq_qnum: 2, mac80211_qnum: 2 axq_link: (null) pending frames: 124 axq_acq empty: 0 stopped: 1 axq_depth: 0 Attempting to restart tx logic. ath: txq: ef9797dc axq_qnum: 2, mac80211_qnum: 2 axq_link: (null) pending frames: 124 axq_acq empty: 0 stopped: 1 axq_depth: 0 Attempting to restart tx logic. ath: txq: ef9797dc axq_qnum: 2, mac80211_qnum: 2 axq_link: (null) pending frames: 124 axq_acq empty: 0 stopped: 1 axq_depth: 0 Attempting to restart tx logic. ... And this error continues as long as I shutdown the board. This happens just after three successful ping packets. Any idea? I am using latest stable compat-wireless-2.6.39-rc1-3.tar.bz2 packet. I tried to use bleeding edge packet but I could not load ath9k.ko module. And linux kernel is 2.6.32. Yours, Arsi Koutaniemi