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

wifi: cfg80211: fix EHT typo

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

Link: https://patch.msgid.link/20251105153958.e9d4af3b768e.I5f3378326837e3f62928a2f1fd3403f29cea069b@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+1 -1
+1 -1
include/net/cfg80211.h
··· 685 685 } 686 686 687 687 /** 688 - * ieee80211_get_eht_iftype_cap - return ETH capabilities for an sband's iftype 688 + * ieee80211_get_eht_iftype_cap - return EHT capabilities for an sband's iftype 689 689 * @sband: the sband to search for the iftype on 690 690 * @iftype: enum nl80211_iftype 691 691 *