diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-06-21 09:16:26 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-06-21 09:16:57 +0200 |
commit | d33ed97dcab3efd7baebfb68cd19ff12f6211448 (patch) | |
tree | bf70d12b40512d93b94443bc15bcaa2ebf81d62a | |
parent | wifi: mac80211: add eht_capa debugfs field (diff) | |
download | linux-d33ed97dcab3efd7baebfb68cd19ff12f6211448.tar.xz linux-d33ed97dcab3efd7baebfb68cd19ff12f6211448.zip |
wifi: mac80211: fix documentation config reference
We shouldn't refer to CPTCFG_, that's for backports, in
mainline that's just CONFIG_. Fix it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 914448cb0ecf..3a8a2d2c58c3 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -3873,7 +3873,7 @@ struct ieee80211_prep_tx_info { * * @link_sta_add_debugfs: Drivers can use this callback to add debugfs files * when a link is added to a mac80211 station. This callback - * should be within a CPTCFG_MAC80211_DEBUGFS conditional. This + * should be within a CONFIG_MAC80211_DEBUGFS conditional. This * callback can sleep. * For non-MLO the callback will be called once for the deflink with the * station's directory rather than a separate subdirectory. |