From: Johannes Berg Date: Tue, 29 Jul 2008 09:32:07 +0000 (+0200) Subject: mac80211: partially fix skb->cb use X-Git-Tag: v2.6.27-rc2~119^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f09804144fd9471a13cf4d80e66842c7fa114f;p=pandora-kernel.git mac80211: partially fix skb->cb use This patch fixes mac80211 to not use the skb->cb over the queue step from virtual interfaces to the master. The patch also, for now, disables aggregation because that would still require requeuing, will fix that in a separate patch. There are two other places (software requeue and powersaving stations) where requeue can happen, but that is not currently used by any drivers/not possible to use respectively. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed