diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2024-03-29 13:27:17 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-04-08 20:52:04 +0200 |
commit | 51d3c07a27056cd91a7ed0b59fb67d0b9e073830 (patch) | |
tree | 8c961a9d48c164cb804015d7da32754f60bf6439 /include/net/mac80211.h | |
parent | 499921d3dcabd48cb17f4f4ca97c0e17f05cd7b6 (diff) |
wifi: mac80211: remove ieee80211_set_hw_80211_encap()
While fixing kernel-doc issues it was discovered that the
ieee80211_set_hw_80211_encap() prototype doesn't actually have an
implementation, so remove it.
Note the implementation was removed in commit 6aea26ce5a4c ("mac80211:
rework tx encapsulation offload API").
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://msgid.link/20240329-mac80211-kdoc-retval-v1-1-5e4d1ad6c250@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index f57c29de3a91..bed3a34e13b0 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -7484,18 +7484,6 @@ u32 ieee80211_calc_tx_airtime(struct ieee80211_hw *hw, struct ieee80211_tx_info *info, int len); /** - * ieee80211_set_hw_80211_encap - enable hardware encapsulation offloading. - * - * This function is used to notify mac80211 that a vif can be passed raw 802.3 - * frames. The driver needs to then handle the 802.11 encapsulation inside the - * hardware or firmware. - * - * @vif: &struct ieee80211_vif pointer from the add_interface callback. - * @enable: indicate if the feature should be turned on or off - */ -bool ieee80211_set_hw_80211_encap(struct ieee80211_vif *vif, bool enable); - -/** * ieee80211_get_fils_discovery_tmpl - Get FILS discovery template. * @hw: pointer obtained from ieee80211_alloc_hw(). * @vif: &struct ieee80211_vif pointer from the add_interface callback. |