1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00
This commit is contained in:
Chen Minqiang
2016-10-10 02:54:43 +08:00
committed by Harshavardhana
parent c962f7a88d
commit 00aedbde5c
408 changed files with 192446 additions and 81116 deletions

View File

@@ -1,7 +1,7 @@
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
*
* 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.
@@ -28,7 +28,7 @@
Used to report a bss has been scanned
*/
struct survey_event {
struct survey_event {
WLAN_BSSID_EX bss;
};
@@ -40,8 +40,8 @@ bss_cnt indicates the number of bss that has been reported.
*/
struct surveydone_event {
unsigned int bss_cnt;
unsigned int bss_cnt;
};
/*
@@ -68,23 +68,25 @@ struct stassoc_event {
unsigned char macaddr[6];
unsigned char rsvd[2];
int cam_id;
};
struct stadel_event {
unsigned char macaddr[6];
unsigned char rsvd[2]; //for reason
int mac_id;
unsigned char macaddr[6];
unsigned char rsvd[2]; //for reason
int mac_id;
};
struct addba_event
{
unsigned int tid;
struct addba_event {
unsigned int tid;
};
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;
@@ -92,7 +94,7 @@ struct c2hlbk_event{
unsigned char b0;
unsigned short s2;
unsigned char b1;
unsigned int w1;
unsigned int w1;
};
#endif//CONFIG_H2CLBK
@@ -106,9 +108,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;
@@ -128,7 +130,7 @@ 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];
};