]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: optimize ieee80211_rx_status struct layout
authorJohannes Berg <johannes.berg@intel.com>
Thu, 5 Jul 2012 11:14:18 +0000 (13:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 12 Jul 2012 10:10:45 +0000 (12:10 +0200)
commitb7f54adb3871270b5c3e088b3346c89c41942da8
tree748876a91a84689c4863cd2a0bbaddf760787cfe
parentced43ba52dd5e5cab06e501ecc47a705d377ed5c
mac80211: optimize ieee80211_rx_status struct layout

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>
include/net/mac80211.h