ath9k: Fix handling of retry count of NO_ACK frames
authorGábor Stefanik <netrolller.3d@gmail.com>
Thu, 23 Apr 2009 17:36:11 +0000 (19:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:51 +0000 (15:14 -0400)
commit97d3f458a1e3350dfcbdc3b6aefa75d20d59ee17
tree8ba94c76d4123b5db67f5ff48bf517682a063b23
parent514d65c18ee3595f7f9c9132895ed449f911ecd4
ath9k: Fix handling of retry count of NO_ACK frames

Check for IEEE80211_TX_CTL_NO_ACK instead of is_multicast_ether_addr
when determining whether to use lowest rate without retries.

Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/rc.c