// SPDX-License-Identifier: GPL-2.0-only /* * EHT handling * * Copyright(c) 2021-2023 Intel Corporation */ #include "ieee80211_i.h" void ieee80211_eht_cap_ie_to_sta_eht_cap(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, const u8 *he_cap_ie, u8 he_cap_len, const struct ieee80211_eht_cap_elem *eht_cap_ie_elem, u8 eht_cap_len, struct link_sta_info *link_sta) { … }