Commit 404da57f authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman

Staging: rtl8712: rtl871x_event.h - style fix

Fixed style of block comments
Found using checkpatch
Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 50b75bd5
......@@ -34,7 +34,7 @@
/*
* Used to report a bss has been scanned
*/
*/
struct survey_event {
struct wlan_bssid_ex bss;
};
......@@ -42,7 +42,7 @@ struct survey_event {
/*
* Used to report that the requested site survey has been done.
* bss_cnt indicates the number of bss that has been reported.
*/
*/
struct surveydone_event {
unsigned int bss_cnt;
......@@ -54,7 +54,7 @@ struct surveydone_event {
* -1: authentication fail
* -2: association fail
* > 0: TID
*/
*/
struct joinbss_event {
struct wlan_network network;
};
......@@ -62,7 +62,7 @@ struct joinbss_event {
/*
* Used to report a given STA has joinned the created BSS.
* It is used in AP/Ad-HoC(M) mode.
*/
*/
struct stassoc_event {
unsigned char macaddr[6];
unsigned char rsvd[2];
......
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