From: Christian Lamparter Date: Sat, 7 Jul 2012 13:13:08 +0000 (+0200) Subject: mac80211: request TX status for BlockAck Requests X-Git-Tag: v3.6-rc1~125^2~57^2~77^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7916f8d6761e039a117ff560a85a20edb796de;p=pandora-kernel.git mac80211: request TX status for BlockAck Requests Because ieee80211_tx_status in status.c checks if outgoing BlockAck requests have been acked, it is necessary to tell the driver that tx feedback for this sort of frame is important. Otherwise, the stack will continue to send the same BlockAck request over and over, which can cause the receiver to flush or clean its reorder buffer over and over. Signed-off-by: Christian Lamparter Signed-off-by: Johannes Berg --- Reading git-diff-tree failed