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:
d48b296
)
mac80211: optimize ieee80211_rx_status struct layout
author
Johannes Berg
<johannes.berg@intel.com>
Thu, 5 Jul 2012 11:14:18 +0000
(13:14 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Thu, 12 Jul 2012 10:10:45 +0000
(12:10 +0200)
We waste a lot of space in this struct because it uses
int values where smaller ones would be sufficient. The
upcoming A-MPDU information needs some space, optimize
the struct now.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found