Update to v5.8.7.2_36899.20200819

This commit is contained in:
Rin Cat
2020-09-19 21:18:31 -04:00
parent 220508d67c
commit 2f4efae00c
11 changed files with 179 additions and 146 deletions

View File

@@ -766,16 +766,18 @@ struct ieee80211_snap_hdr {
#define IEEE80211_NUM_OFDM_RATESLEN 8
#define IEEE80211_CCK_RATE_1MB 0x02
#define IEEE80211_CCK_RATE_2MB 0x04
#define IEEE80211_CCK_RATE_5MB 0x0B
#define IEEE80211_CCK_RATE_11MB 0x16
#define IEEE80211_OFDM_RATE_LEN 8
#define IEEE80211_OFDM_RATE_6MB 0x0C
#define IEEE80211_OFDM_RATE_9MB 0x12
#define IEEE80211_CCK_RATE_1MB 0x02
#define IEEE80211_CCK_RATE_2MB 0x04
#define IEEE80211_CCK_RATE_5MB 0x0B
#define IEEE80211_CCK_RATE_11MB 0x16
#define IEEE80211_OFDM_RATE_LEN 8
#define IEEE80211_OFDM_RATE_6MB 0x0C
#define IEEE80211_OFDM_RATE_9MB 0x12
#define IEEE80211_OFDM_RATE_12MB 0x18
#define IEEE80211_OFDM_RATE_18MB 0x24
#define IEEE80211_PBCC_RATE_22MB 0x2C
#define IEEE80211_OFDM_RATE_24MB 0x30
#define IEEE80211_PBCC_RATE_33MB 0x42
#define IEEE80211_OFDM_RATE_36MB 0x48
#define IEEE80211_OFDM_RATE_48MB 0x60
#define IEEE80211_OFDM_RATE_54MB 0x6C

View File

@@ -56,6 +56,10 @@
#include <linux/list.h>
#include <linux/vmalloc.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0))
#include <uapi/linux/sched/types.h>
#endif
#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 5, 41))
#include <linux/tqueue.h>
#endif

View File

@@ -1,2 +1,2 @@
#define DRIVERVERSION "v5.8.7.1_35809.20191129_COEX20191120-7777"
#define DRIVERVERSION "v5.8.7.2_36899.20200819_COEX20191120-7777"
#define BTCOEXVERSION "COEX20191120-7777"