From: Johannes Berg Date: Mon, 16 Nov 2009 12:58:20 +0000 (+0100) Subject: mac80211: trim RX data X-Git-Tag: v2.6.33-rc1~388^2~214^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9fb5b8883535c27d2cc5d4e4dbab3532f97b18;p=pandora-kernel.git mac80211: trim RX data The RX data contains the netdev, which is duplicated since we have the sdata, and the RX status pointer, which is duplicate since we have the skb. Remove those two fields to have fewer fields that depend on each other and simply load them as necessary. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed