commit | b7cfcd113ac2a1e6b02afc7d283295729fc178a9 | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@cozybit.com> | Mon Dec 17 18:41:57 2012 -0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 03 12:59:59 2013 +0100 |
tree | ae679e6b42aff435ddf2c8d8276ae0ab228d9588 | |
parent | 4d76d21bd700fcf72a030ad75c71c816707039b8 [diff] |
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>