mac80211: move CRC into struct ieee802_11_elems
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Sep 2021 13:40:08 +0000 (15:40 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 Sep 2021 14:26:43 +0000 (16:26 +0200)
commitc6e37ed498f958254b5459253199e816b6bfc52f
tree13c9d64ad8f5785e9f8ea491142a5bde2f93c27c
parenta5b983c6073140b624f64e79fea6d33c3e4315a0
mac80211: move CRC into struct ieee802_11_elems

We're currently returning this value, but to prepare for
returning the allocated structure, move it into there.

Link: https://lore.kernel.org/r/20210920154009.479b8ebf999d.If0d4ba75ee38998dc3eeae25058aa748efcb2fc9@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/util.c