Fix comment format
authorJouni Malinen <j@w1.fi>
Thu, 26 Dec 2013 15:07:12 +0000 (17:07 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Dec 2013 16:27:48 +0000 (18:27 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/drivers/driver.h

index b5a3953..4f50077 100644 (file)
@@ -3375,16 +3375,16 @@ enum wpa_event_type {
         */
        EVENT_DFS_NOP_FINISHED,
 
-       /*
-       * EVENT_SURVEY - Received survey data
-       *
-       * This event gets triggered when a driver query is issued for survey
-       * data and the requested data becomes available. The returned data is
-       * stored in struct survey_results. The results provide at most one
-       * survey entry for each frequency and at minimum will provide one survey
-       * entry for one frequency. The survey data can be os_malloc()'d and
-       * then os_free()'d, so the event callback must only copy data.
-       */
+       /**
+        * EVENT_SURVEY - Received survey data
+        *
+        * This event gets triggered when a driver query is issued for survey
+        * data and the requested data becomes available. The returned data is
+        * stored in struct survey_results. The results provide at most one
+        * survey entry for each frequency and at minimum will provide one
+        * survey entry for one frequency. The survey data can be os_malloc()'d
+        * and then os_free()'d, so the event callback must only copy data.
+        */
        EVENT_SURVEY
 };