From: Emmanuel Grumbach Date: Tue, 20 Sep 2011 22:37:26 +0000 (-0700) Subject: iwlagn: pending frames musn't be incremented if agg is on X-Git-Tag: v3.2-rc1~129^2~183^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ecf10441c79ebebe5ce6b6ff9a06c586f5895c;p=pandora-kernel.git iwlagn: pending frames musn't be incremented if agg is on During my works on the transport layer I removed code that updated a local variable (is_agg) that is needed to keep the pending_frames count up to date. Fix this. Also, there should be no way to have a packet with TX_CTL_AMPDU set while the internal aggregation state machine is not in AGG_ON state. Add a WARN_ON to ensure that. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed