commit | 922368414e5700d1ed51510e54137359297d78e7 | [log] [tgz] |
---|---|---|
author | Gábor Stefanik <netrolller.3d@gmail.com> | Thu Apr 23 20:06:06 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:50 2009 -0400 |
tree | b38f48350c3b45de0fc1e6a876cab99663ba8c12 | |
parent | 4edf040afc9237aa8cc90bcf54b521ac47d1ed78 [diff] |
mac80211: Fix handling of retry count of NO_ACK frames in PID Make PID check for IEEE80211_TX_CTL_NO_ACK instead of is_multicast_ether_addr when determining whether to use the lowest rate, and set the retry count to 0 (total try count = 1) if IEEE80211_TX_CTL_NO_ACK is set. Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>