From: Johannes Berg Date: Tue, 25 Feb 2014 09:37:15 +0000 (+0100) Subject: iwlwifi: fix TX status for aggregated packets X-Git-Tag: v3.2.56~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1cce6a938cad067edbb4522b587df60afc4730;p=pandora-kernel.git iwlwifi: fix TX status for aggregated packets commit 143582c6847cb285b361804c613127c25de60ca4 upstream. Only the first packet is currently handled correctly, but then all others are assumed to have failed which is problematic. Fix this, marking them all successful instead (since if they're not then the firmware will have transmitted them as single frames.) This fixes the lost packet reporting. Also do a tiny variable scoping cleanup. Signed-off-by: Johannes Berg [Add the dvm part] Signed-off-by: Emmanuel Grumbach [bwh: Backported to 3.2: - Drop the mvm part - Adjust filename, context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed