]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
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)
commitb7cfcd113ac2a1e6b02afc7d283295729fc178a9
treeae679e6b42aff435ddf2c8d8276ae0ab228d9588
parent4d76d21bd700fcf72a030ad75c71c816707039b8
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 <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh.c
net/mac80211/mesh.h