|
@@ -53,11 +53,11 @@
|
|
#define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */
|
|
#define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */
|
|
|
|
|
|
#define WIFI_MP_STATE 0x00010000
|
|
#define WIFI_MP_STATE 0x00010000
|
|
-#define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continous tx background */
|
|
|
|
-#define WIFI_MP_CTX_ST 0x00040000 /* in continous tx with single-tone */
|
|
|
|
-#define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continous tx background due to out of skb */
|
|
|
|
-#define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continous tx */
|
|
|
|
-#define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continous tx with carrier suppression */
|
|
|
|
|
|
+#define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continuous tx background */
|
|
|
|
+#define WIFI_MP_CTX_ST 0x00040000 /* in continuous tx with single-tone */
|
|
|
|
+#define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continuous tx background due to out of skb */
|
|
|
|
+#define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continuous tx */
|
|
|
|
+#define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continuous tx with carrier suppression */
|
|
#define WIFI_MP_LPBK_STATE 0x00400000
|
|
#define WIFI_MP_LPBK_STATE 0x00400000
|
|
|
|
|
|
#define _FW_UNDER_LINKING WIFI_UNDER_LINKING
|
|
#define _FW_UNDER_LINKING WIFI_UNDER_LINKING
|
|
@@ -239,7 +239,7 @@ struct wifidirect_info {
|
|
u8 profileindex; /* Used to point to the index of profileinfo array */
|
|
u8 profileindex; /* Used to point to the index of profileinfo array */
|
|
u8 peer_operating_ch;
|
|
u8 peer_operating_ch;
|
|
u8 find_phase_state_exchange_cnt;
|
|
u8 find_phase_state_exchange_cnt;
|
|
- /* The device password ID for group negotation */
|
|
|
|
|
|
+ /* The device password ID for group negotiation */
|
|
u16 device_password_id_for_nego;
|
|
u16 device_password_id_for_nego;
|
|
u8 negotiation_dialog_token;
|
|
u8 negotiation_dialog_token;
|
|
/* SSID information for group negotitation */
|
|
/* SSID information for group negotitation */
|