wifi: cfg80211: add ieee80211_fragment_element to public API
authorBenjamin Berg <benjamin.berg@intel.com>
Sun, 27 Aug 2023 11:05:22 +0000 (14:05 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Sep 2023 10:32:16 +0000 (12:32 +0200)
commit5806ef25bc6e6cf0c04005ff25a4585437d567de
tree3deb27ae7164700e30721e9ca0da03eed930e461
parentffbd0c8c1e7f86408919d023cf87119b9b7385d5
wifi: cfg80211: add ieee80211_fragment_element to public API

This function will be used by the kunit tests within cfg80211. As it
is generally useful, move it from mac80211 to cfg80211.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230827135854.5af9391659f5.Ie534ed6591ba02be8572d4d7242394f29e3af04b@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/ieee80211_i.h
net/mac80211/util.c
net/wireless/util.c