Commit 3bb8dce4 authored by Johannes Berg's avatar Johannes Berg

wifi: ieee80211: add missing doc short descriptions

Some structures erroneously don't have a short description,
add the missing descriptions.

Link: https://msgid.link/20240515093852.16f4355e918e.I940276a4fb006ada68ab1a3e6077e3229fff0f14@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 57161462
......@@ -1101,7 +1101,7 @@ enum ieee80211_vht_opmode_bits {
};
/**
* enum ieee80211_s1g_chanwidth
* enum ieee80211_s1g_chanwidth - S1G channel widths
* These are defined in IEEE802.11-2016ah Table 10-20
* as BSS Channel Width
*
......@@ -4145,7 +4145,7 @@ enum ieee80211_idle_options {
};
/**
* struct ieee80211_bss_max_idle_period_ie
* struct ieee80211_bss_max_idle_period_ie - BSS max idle period element struct
*
* This structure refers to "BSS Max idle period element"
*
......@@ -4180,7 +4180,7 @@ enum ieee80211_sa_query_action {
};
/**
* struct ieee80211_bssid_index
* struct ieee80211_bssid_index - multiple BSSID index element structure
*
* This structure refers to "Multiple BSSID-index element"
*
......@@ -4195,7 +4195,8 @@ struct ieee80211_bssid_index {
};
/**
* struct ieee80211_multiple_bssid_configuration
* struct ieee80211_multiple_bssid_configuration - multiple BSSID configuration
* element structure
*
* This structure refers to "Multiple BSSID Configuration element"
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment