From: Gábor Stefanik Date: Thu, 23 Apr 2009 17:36:00 +0000 (+0200) Subject: mac80211: Fix handling of retry count of NO_ACK frames in minstrel X-Git-Tag: v2.6.31-rc1~330^2~448^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edf040afc9237aa8cc90bcf54b521ac47d1ed78;p=pandora-kernel.git mac80211: Fix handling of retry count of NO_ACK frames in minstrel Make the retry count zero (total try count = 1) for frames with IEEE80211_TX_CTL_NO_ACK set. Also remove the check for is_multicast_ether_addr in use_low_rate, which is redundant because all multicasts have IEEE80211_TX_CTL_NO_ACK set. Signed-off-by: Gábor Stefanik Signed-off-by: John W. Linville --- Reading git-diff-tree failed