Add version v5.6.4

This commit is contained in:
Carlos Garces
2019-11-09 11:12:08 +01:00
parent e7361e951c
commit 1d807f14d8
597 changed files with 314256 additions and 256218 deletions

View File

@@ -1,7 +1,7 @@
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* Copyright(c) 2007 - 2017 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
@@ -11,17 +11,12 @@
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
*
******************************************************************************/
*****************************************************************************/
#ifndef _RTW_EVENT_H_
#define _RTW_EVENT_H_
#ifdef CONFIG_H2CLBK
#include <h2clbk.h>
#include <h2clbk.h>
#endif
/*
@@ -40,8 +35,8 @@ bss_cnt indicates the number of bss that has been reported.
*/
struct surveydone_event {
unsigned int bss_cnt;
unsigned int bss_cnt;
};
/*
@@ -69,24 +64,22 @@ struct stassoc_event {
};
struct stadel_event {
unsigned char macaddr[6];
unsigned char rsvd[2]; //for reason
unsigned char locally_generated;
int mac_id;
unsigned char macaddr[6];
unsigned char rsvd[2]; /* for reason */
unsigned char locally_generated;
int mac_id;
};
struct addba_event
{
unsigned int tid;
struct addba_event {
unsigned int tid;
};
struct wmm_event
{
unsigned char wmm;
struct wmm_event {
unsigned char wmm;
};
#ifdef CONFIG_H2CLBK
struct c2hlbk_event{
struct c2hlbk_event {
unsigned char mac[6];
unsigned short s0;
unsigned short s1;
@@ -94,9 +87,9 @@ struct c2hlbk_event{
unsigned char b0;
unsigned short s2;
unsigned char b1;
unsigned int w1;
unsigned int w1;
};
#endif//CONFIG_H2CLBK
#endif/* CONFIG_H2CLBK */
#define GEN_EVT_CODE(event) event ## _EVT_
@@ -108,9 +101,9 @@ struct fwevent {
};
#define C2HEVENT_SZ 32
#define C2HEVENT_SZ 32
struct event_node{
struct event_node {
unsigned char *node;
unsigned char evt_code;
unsigned short evt_sz;
@@ -130,9 +123,8 @@ struct c2hevent_queue {
struct network_queue {
volatile int head;
volatile int tail;
WLAN_BSSID_EX networks[NETWORK_QUEUE_SZ];
WLAN_BSSID_EX networks[NETWORK_QUEUE_SZ];
};
#endif // _WLANEVENT_H_
#endif /* _WLANEVENT_H_ */