Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wifi: mac80211: fix EHT typo

This is clearly EHT, not ETH, fix the typo.

Link: https://patch.msgid.link/20251105153958.12a04517f7ec.Idcf800817fa30605b1002c3d2287cad016e7aea7@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+1 -1
+1 -1
include/net/mac80211.h
··· 7223 7223 } 7224 7224 7225 7225 /** 7226 - * ieee80211_get_eht_iftype_cap_vif - return ETH capabilities for sband/vif 7226 + * ieee80211_get_eht_iftype_cap_vif - return EHT capabilities for sband/vif 7227 7227 * @sband: the sband to search for the iftype on 7228 7228 * @vif: the vif to get the iftype from 7229 7229 *