From: Johannes Berg Date: Thu, 5 Jul 2012 11:14:18 +0000 (+0200) Subject: mac80211: optimize ieee80211_rx_status struct layout X-Git-Tag: v3.6-rc1~125^2~57^2~77^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f422925c39edf61cbcf6d35140d726402d4b04;p=pandora-kernel.git 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 --- Reading git-diff-tree failed