]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Warn if the rate controller requests retries for a NO_ACK frame
authorGábor Stefanik <netrolller.3d@gmail.com>
Thu, 23 Apr 2009 17:36:14 +0000 (19:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:51 +0000 (15:14 -0400)
commit95202a057efb31d1aa13f4c67b6c43285ed1a61b
tree8f1edf3ba7281ec75742e47552ee3a154eebc025
parent4f7ff70abb7a03a5cd8005690d6db7557cea8f54
mac80211: Warn if the rate controller requests retries for a NO_ACK frame

To deter future rate scaling algorithm writers from requesting NO_ACK
packets to be retried, throw a WARN_ON_ONCE if the algorithm hands us
a try count over 1 for NO_ACK packet.

Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c