From: Sujith Manoharan Date: Fri, 7 Dec 2012 14:55:30 +0000 (+0530) Subject: ath9k: Fix regression in 'xmit' debugfs file X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7dc951e2dad489fb89b03d3f968d3a229dc9ec;p=pandora-kernel.git ath9k: Fix regression in 'xmit' debugfs file Commit "ath9k: Fix the 'xmit' debugfs file" changed the the array size of ath_stats.txstats to IEEE80211_NUM_ACS, which is wrong because the HW queue number is used to update the statistics. Revert back to using ATH9K_NUM_TX_QUEUES. Reported-by: Felix Fietkau Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed