commit | 30f422925c39edf61cbcf6d35140d726402d4b04 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jul 05 13:14:18 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jul 12 12:10:45 2012 +0200 |
tree | 748876a91a84689c4863cd2a0bbaddf760787cfe | |
parent | d48b296850f25cb559cb9b907d6d8c09eca3e89d [diff] |
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>