commit | 4edf040afc9237aa8cc90bcf54b521ac47d1ed78 | [log] [tgz] |
---|---|---|
author | Gábor Stefanik <netrolller.3d@gmail.com> | Thu Apr 23 19:36:00 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:50 2009 -0400 |
tree | 6139e3fee617ff89ec061b48d52409f5254ffd64 | |
parent | 2516baa63bc7d05a6573a0f584135484ed182a87 [diff] |
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 <netrolller.3d@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>