git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d76d21
)
mac80211: RMC buckets are just list heads
author
Thomas Pedersen
<thomas@cozybit.com>
Tue, 18 Dec 2012 02:41:57 +0000
(18:41 -0800)
committer
Johannes 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>
No differences found