From: Mattias Nissler Date: Sat, 27 Oct 2007 11:43:49 +0000 (+0200) Subject: rt2x00: Correctly set ACK bit in tx descriptors X-Git-Tag: v2.6.25-rc1~1162^2~675 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2700f8b0489e00cb6eead31e58f5461812dd31a6;p=pandora-kernel.git rt2x00: Correctly set ACK bit in tx descriptors Add a flag to struct txdata_entry_desc that specifies whether an ack for the frame is to be expected. Use this flag to set the ACK bit in the tx descriptor. Previously, the ACK bit could be set incorrectly on CTS-to-self frames, so they caused retries and were reported to be failed in the txdone handlers. Signed-off-by: Mattias Nissler Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed