commit | 69f132236827ce7d4531846cc2b9447dd5620aff | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jun 26 09:21:01 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 17 15:38:25 2015 +0200 |
tree | 94ba90f2fa5e487c3cdeb4641232903722ea4b57 | |
parent | a76d5e0a2311ad6b5a8bfa92d3d627194c8c389a [diff] |
mac80211: shrink struct ieee80211_fragment_entry Most of the fields in this struct use too wide types, change that to shrink the struct from 64 to 48 bytes (on 64-bit.) This results in a total saving of 64 bytes for each interface. Signed-off-by: Johannes Berg <johannes.berg@intel.com>