rtl8188eu: Remove C90 comments from include/*.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-16 09:43:53 -05:00
parent e2285839e9
commit b2720d8002
73 changed files with 3323 additions and 3402 deletions

View file

@ -83,7 +83,7 @@ struct stassoc_event {
struct stadel_event {
unsigned char macaddr[6];
unsigned char rsvd[2]; //for reason
unsigned char rsvd[2]; /* for reason */
int mac_id;
};
@ -104,7 +104,7 @@ struct c2hlbk_event{
unsigned char b1;
unsigned int w1;
};
#endif//CONFIG_H2CLBK
#endif/* CONFIG_H2CLBK */
#define GEN_EVT_CODE(event) event ## _EVT_
@ -142,4 +142,4 @@ struct network_queue {
};
#endif // _WLANEVENT_H_
#endif /* _WLANEVENT_H_ */