Commit fab2f893 authored by Veronika Kabatova's avatar Veronika Kabatova Committed by Greg Kroah-Hartman

staging: vt6655: iowpa.h: Replace C99 // comments by /* */

Replace C99 "//" comments by "/* */"
Signed-off-by: default avatarVeronika Kabatova <veronicca114@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bd2ac901
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define WPA_IE_LEN 64 #define WPA_IE_LEN 64
//WPA related /* WPA related */
enum { enum {
VIAWGET_SET_WPA = 1, VIAWGET_SET_WPA = 1,
...@@ -117,9 +117,9 @@ struct viawget_scan_result { ...@@ -117,9 +117,9 @@ struct viawget_scan_result {
u16 wpa_ie_len; u16 wpa_ie_len;
u8 rsn_ie[WPA_IE_LEN]; u8 rsn_ie[WPA_IE_LEN];
u16 rsn_ie_len; u16 rsn_ie_len;
int freq; // MHz int freq; /* MHz */
int caps; // e.g. privacy int caps; /* e.g. privacy */
int qual; // signal quality int qual; /* signal quality */
int noise; int noise;
int level; int level;
int maxrate; int maxrate;
...@@ -127,4 +127,4 @@ struct viawget_scan_result { ...@@ -127,4 +127,4 @@ struct viawget_scan_result {
#pragma pack() #pragma pack()
#endif //__IOWPA_H__ #endif /* __IOWPA_H__ */
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