mac80211: disable software retry for now
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 27 Jul 2009 18:28:40 +0000 (20:28 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Aug 2009 20:43:18 +0000 (16:43 -0400)
commit4da163ab0a224590f3cae67c1d54ae8c428f6223
tree901e5929df0b72ffccb84ba5ec439ac709f78705
parente4c4e448cf557921ffbbbd6d6ddac81fdceacb4f
mac80211: disable software retry for now

Pavel Roskin reported a problem that seems to be due to
software retry of already transmitted frames. It turns
out that we've never done that correctly, but due to
some recent changes it now crashes in the TX code. I've
added a comment in the patch that explains the problem
better and also points to possible solutions -- which
I can't implement right now.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/main.c