mac80211: RMC buckets are just list heads
authorThomas Pedersen <thomas@cozybit.com>
Tue, 18 Dec 2012 02:41:57 +0000 (18:41 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 3 Jan 2013 11:59:59 +0000 (12:59 +0100)
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 <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh.c
net/mac80211/mesh.h

Simple merge
Simple merge