From: Jouni Malinen Date: Mon, 15 Dec 2008 13:44:53 +0000 (+0200) Subject: ath9k: Fix TX status reporting for retries and MCS index X-Git-Tag: v2.6.29-rc1~581^2~105^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da027ca00a48715364da9a94d4b663029add528d;p=pandora-kernel.git ath9k: Fix TX status reporting for retries and MCS index The count field in struct ieee80211_tx_rate does not include the final successful attempt, so only report retries here. Fix the struct ieee80211_tx_rate::idx field when MCS was used. It is supposed to be the MCS index, not an internal index to the rate control algorithm table. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed