mac80211: shrink struct ieee80211_fragment_entry
authorJohannes Berg <johannes.berg@intel.com>
Fri, 26 Jun 2015 07:21:01 +0000 (09:21 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 17 Jul 2015 13:38:25 +0000 (15:38 +0200)
commit69f132236827ce7d4531846cc2b9447dd5620aff
tree94ba90f2fa5e487c3cdeb4641232903722ea4b57
parenta76d5e0a2311ad6b5a8bfa92d3d627194c8c389a
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>
net/mac80211/ieee80211_i.h