aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2015-05-18 22:52:28 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-05-18 22:52:28 +0300
commite1642e24830f3d228e59d689836325f6dcb1f91b (patch)
tree7c02995d9f8e0ac8add49785f129a4379a877f20
parent948f5fc9d724fb46e56be608f8537f30bbb0da3b (diff)
mac80211: fix kernel-doc comments in mac80211.htracking-llct-misc-fixes-llct-20150518.0
Commits a818292 "mac80211: convert rssi_callback() to event_callback()" and a940909 "mac80211: notify the driver about authentication status" added two errors and one warning when building docs for the mac80211 driver. Fix the kernel-doc comments so that the documentation targets could be built successfully again. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--include/net/mac80211.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index b4bef1152c05..dbb5f33234d4 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -354,7 +354,7 @@ enum ieee80211_rssi_event_data {
};
/**
- * enum ieee80211_rssi_event - data attached to an %RSSI_EVENT
+ * struct ieee80211_rssi_event - data attached to an %RSSI_EVENT
* @data: See &enum ieee80211_rssi_event_data
*/
struct ieee80211_rssi_event {
@@ -388,7 +388,7 @@ enum ieee80211_mlme_event_status {
};
/**
- * enum ieee80211_mlme_event - data attached to an %MLME_EVENT
+ * struct ieee80211_mlme_event - data attached to an %MLME_EVENT
* @data: See &enum ieee80211_mlme_event_data
* @status: See &enum ieee80211_mlme_event_status
* @reason: the reason code if applicable
@@ -401,7 +401,7 @@ struct ieee80211_mlme_event {
/**
* struct ieee80211_event - event to be sent to the driver
- * @type The event itself. See &enum ieee80211_event_type.
+ * @type: The event itself. See &enum ieee80211_event_type.
* @rssi: relevant if &type is %RSSI_EVENT
* @mlme: relevant if &type is %AUTH_EVENT
*/