From: Lorenzo Bianconi Date: Fri, 6 Apr 2012 18:48:15 +0000 (+0200) Subject: mac80211: fix an issue in ieee80211_tx_info count field management X-Git-Tag: v3.5-rc1~109^2~410^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d01b31604c55c52e08fbc6fc160137a12983df64;p=pandora-kernel.git mac80211: fix an issue in ieee80211_tx_info count field management I noticed a possible issue in the status count field management of the ieee80211_tx_info data structure. In particular, when the AGGR processing is employed, status.rates[].count is set just for the first frame and not for others belonging to the same burst, leading to wrong statistic data in the mac80211 debug file system. Signed-off-by: Lorenzo Bianconi Signed-off-by: John W. Linville --- Reading git-diff-tree failed