提交 8d77ec85 编写于 作者: L Luciano Coelho 提交者: Johannes Berg

mac80211: fix csa_counter_offs argument name in docbook

The csa_counter_offs was erroneously described as csa_offs in
the docbook section.

This fixes two warnings when making htmldocs (at least):

Warning(include/net/mac80211.h:3428): No description found for parameter 'csa_counter_offs[IEEE80211_MAX_CSA_COUNTERS_NUM]'
Warning(include/net/mac80211.h:3428): Excess struct/union/enum/typedef member 'csa_offs' description in 'ieee80211_mutable_offsets'
Signed-off-by: NLuciano Coelho <luciano.coelho@intel.com>
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 c2e4323b
...@@ -3417,8 +3417,9 @@ void ieee80211_report_low_ack(struct ieee80211_sta *sta, u32 num_packets); ...@@ -3417,8 +3417,9 @@ void ieee80211_report_low_ack(struct ieee80211_sta *sta, u32 num_packets);
* struct ieee80211_mutable_offsets - mutable beacon offsets * struct ieee80211_mutable_offsets - mutable beacon offsets
* @tim_offset: position of TIM element * @tim_offset: position of TIM element
* @tim_length: size of TIM element * @tim_length: size of TIM element
* @csa_offs: array of IEEE80211_MAX_CSA_COUNTERS_NUM offsets to CSA counters. * @csa_counter_offs: array of IEEE80211_MAX_CSA_COUNTERS_NUM offsets
* This array can contain zero values which should be ignored. * to CSA counters. This array can contain zero values which
* should be ignored.
*/ */
struct ieee80211_mutable_offsets { struct ieee80211_mutable_offsets {
u16 tim_offset; u16 tim_offset;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册