Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / rtl8712 / wifi.h
index 7a352c45344ff7e1e6915b716c9b5dc1463fbf0f..b8af9656e6da0bf0015c718c7da60d2cfa33c7cd 100644 (file)
@@ -376,7 +376,8 @@ static inline unsigned char *get_hdr_bssid(unsigned char *pframe)
 
 /*-----------------------------------------------------------------------------
                        Below is for the security related definition
-------------------------------------------------------------------------------*/
+ *-----------------------------------------------------------------------------
+ */
 #define _RESERVED_FRAME_TYPE_  0
 #define _SKB_FRAME_TYPE_       2
 #define _PRE_ALLOCMEM_         1
@@ -420,7 +421,8 @@ static inline unsigned char *get_hdr_bssid(unsigned char *pframe)
 
 /* ---------------------------------------------------------------------------
                                        Below is the fixed elements...
------------------------------------------------------------------------------*/
+ * ---------------------------------------------------------------------------
+ */
 #define _AUTH_ALGM_NUM_                        2
 #define _AUTH_SEQ_NUM_                 2
 #define _BEACON_ITERVAL_               2
@@ -448,20 +450,23 @@ static inline unsigned char *get_hdr_bssid(unsigned char *pframe)
 
 /*-----------------------------------------------------------------------------
                                Below is the definition for 802.11i / 802.1x
-------------------------------------------------------------------------------*/
+ *------------------------------------------------------------------------------
+ */
 #define _IEEE8021X_MGT_                        1       /*WPA */
 #define _IEEE8021X_PSK_                        2       /* WPA with pre-shared key */
 
 /*-----------------------------------------------------------------------------
                                Below is the definition for WMM
-------------------------------------------------------------------------------*/
+ *------------------------------------------------------------------------------
+ */
 #define _WMM_IE_Length_                                7  /* for WMM STA */
 #define _WMM_Para_Element_Length_              24
 
 
 /*-----------------------------------------------------------------------------
                                Below is the definition for 802.11n
-------------------------------------------------------------------------------*/
+ *------------------------------------------------------------------------------
+ */
 
 /* block-ack parameters */
 #define IEEE80211_ADDBA_PARAM_POLICY_MASK 0x0002
This page took 0.025231 seconds and 5 git commands to generate.