mac80211: move CRC into struct ieee802_11_elems
authorJohannes Berg <johannes.berg@intel.com>
Thu, 13 Oct 2022 18:15:57 +0000 (20:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Oct 2022 05:59:04 +0000 (07:59 +0200)
commit21df3a583e8e03d8f74fa2eedbcd7a2b3f5cabc1
tree9e45614f7f61432815bbcc2d1c9665185134662f
parent864f2d3482f4bd0c62b355e35ee8300be8ef488e
mac80211: move CRC into struct ieee802_11_elems

commit c6e37ed498f958254b5459253199e816b6bfc52f upstream.

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>
Cc: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/util.c