Staging: winbond: Fix C99 Comment issues in mac_structures.h
This patch fixes the use of //C99 comments in the mac_structures.h found by the checkpatch.pl tool Signed-off-by: Adam Latham <adam.latham@unisontorbay.org.uk> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
15f0beb169
commit
cb016cc48a
|
@ -98,28 +98,28 @@
|
||||||
#define ELEMENT_ID_CF_PARAMETER_SET 4
|
#define ELEMENT_ID_CF_PARAMETER_SET 4
|
||||||
#define ELEMENT_ID_TIM 5
|
#define ELEMENT_ID_TIM 5
|
||||||
#define ELEMENT_ID_IBSS_PARAMETER_SET 6
|
#define ELEMENT_ID_IBSS_PARAMETER_SET 6
|
||||||
// 7~15 reserverd
|
/* 7~15 reserverd */
|
||||||
#define ELEMENT_ID_CHALLENGE_TEXT 16
|
#define ELEMENT_ID_CHALLENGE_TEXT 16
|
||||||
// 17~31 reserved for challenge text extension
|
/* 17~31 reserved for challenge text extension */
|
||||||
// 32~255 reserved
|
/* 32~255 reserved */
|
||||||
//-- 11G --
|
/*-- 11G -- */
|
||||||
#define ELEMENT_ID_ERP_INFORMATION 42
|
#define ELEMENT_ID_ERP_INFORMATION 42
|
||||||
#define ELEMENT_ID_EXTENDED_SUPPORTED_RATES 50
|
#define ELEMENT_ID_EXTENDED_SUPPORTED_RATES 50
|
||||||
|
|
||||||
//-- WPA --
|
/* -- WPA -- */
|
||||||
|
|
||||||
#define ELEMENT_ID_RSN_WPA 221
|
#define ELEMENT_ID_RSN_WPA 221
|
||||||
#ifdef _WPA2_
|
#ifdef _WPA2_
|
||||||
#define ELEMENT_ID_RSN_WPA2 48
|
#define ELEMENT_ID_RSN_WPA2 48
|
||||||
#endif //endif WPA2
|
#endif /* endif WPA2 */
|
||||||
|
|
||||||
#define WLAN_MAX_PAIRWISE_CIPHER_SUITE_COUNT ((u16) 6)
|
#define WLAN_MAX_PAIRWISE_CIPHER_SUITE_COUNT ((u16) 6)
|
||||||
#define WLAN_MAX_AUTH_KEY_MGT_SUITE_LIST_COUNT ((u16) 2)
|
#define WLAN_MAX_AUTH_KEY_MGT_SUITE_LIST_COUNT ((u16) 2)
|
||||||
|
|
||||||
//===================================================================
|
/* ===================================================================
|
||||||
// Reason Code (Table 18): indicate the reason of DisAssoc, DeAuthen
|
* Reason Code (Table 18): indicate the reason of DisAssoc, DeAuthen
|
||||||
// length of ReasonCode is 2 Octs.
|
* length of ReasonCode is 2 Octs.
|
||||||
//===================================================================
|
* =================================================================== */
|
||||||
#define REASON_REASERED 0
|
#define REASON_REASERED 0
|
||||||
#define REASON_UNSPECIDIED 1
|
#define REASON_UNSPECIDIED 1
|
||||||
#define REASON_PREAUTH_INVALID 2
|
#define REASON_PREAUTH_INVALID 2
|
||||||
|
@ -433,7 +433,7 @@ struct suite_selector
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
//-- WPA --
|
/* -- WPA -- */
|
||||||
struct RSN_Information_Element
|
struct RSN_Information_Element
|
||||||
{
|
{
|
||||||
u8 Element_ID;
|
u8 Element_ID;
|
||||||
|
|
Loading…
Reference in New Issue