]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f7ff70abb7a03a5cd8005690d6db7557cea8f54
tree8ba94c76d4123b5db67f5ff48bf517682a063b23
parentb77d24c9903f1c6df2c9779d8fed22aecd60a3c2
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