commit | eb9fb5b8883535c27d2cc5d4e4dbab3532f97b18 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Nov 16 13:58:20 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 18 17:09:17 2009 -0500 |
tree | b83fa5189be8144736ace469bb7bd1c294ae2f9c | |
parent | a02ae758e8780d737b6d0135d6292bb3043e7eea [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>