From: Christian Lamparter Date: Fri, 21 Oct 2011 16:38:56 +0000 (+0200) Subject: carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handling X-Git-Tag: v3.2-rc1~4^2~24^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d55d62bd757611f07a9122e5e07ce929b8d38d;p=pandora-kernel.git carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handling Previously the driver did not care if TX_CTL_REQ_TX_STATUS was set on aggregated frames or not and it would silently drop successfully sent frames if possible [much like: "no news is good news!"]. But, TX_CTL_REQ_TX_STATUS was invented for a reason and no tx status report should ever be dropped if it is set. Reported-by: Johannes Berg Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed