From: Thomas Pedersen Date: Tue, 18 Dec 2012 02:41:57 +0000 (-0800) Subject: mac80211: RMC buckets are just list heads X-Git-Tag: v3.8-rc4~29^2~19^2~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7cfcd113ac2a1e6b02afc7d283295729fc178a9;p=pandora-kernel.git mac80211: RMC buckets are just list heads The array of rmc_entrys is redundant since only the list_head is used. Make this an array of list_heads instead and save ~6k per vif at runtime :D Signed-off-by: Thomas Pedersen Signed-off-by: Johannes Berg --- Reading git-diff-tree failed