cfg80211: fix kernel-doc struct name

This patch fix a structure name mismatch in cfg80211.h.

Signed-off-by: Moroo Akira <retrage01@gmail.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Akira Moroo 2016-03-08 23:17:42 +09:00 committed by Johannes Berg
parent 06171e9c0b
commit 2aa4d45635
1 changed files with 1 additions and 1 deletions

View File

@ -1619,7 +1619,7 @@ struct cfg80211_inform_bss {
}; };
/** /**
* struct cfg80211_bss_ie_data - BSS entry IE data * struct cfg80211_bss_ies - BSS entry IE data
* @tsf: TSF contained in the frame that carried these IEs * @tsf: TSF contained in the frame that carried these IEs
* @rcu_head: internal use, for freeing * @rcu_head: internal use, for freeing
* @len: length of the IEs * @len: length of the IEs