Quellcode durchsuchen

Merge pull request #16 from tomaspinho/integrate-v5.2.5_1

Integrate changes present in v5.2.5_1
Tomás Pinho vor 7 Jahren
Ursprung
Commit
5eee0cf619
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 1 1
      dkms-install.sh
  2. 1 1
      dkms-remove.sh
  3. 1 1
      include/rtw_version.h
  4. 1 1
      os_dep/linux/ioctl_cfg80211.h

+ 1 - 1
dkms-install.sh

@@ -9,7 +9,7 @@ fi
 
 
 DRV_DIR=rtl8821ce
 DRV_DIR=rtl8821ce
 DRV_NAME=rtl8821ce
 DRV_NAME=rtl8821ce
-DRV_VERSION=1.0.0 # could not find version history, assuming 1.0
+DRV_VERSION=v5.2.5_1.26055.20180108 # could not find version history, assuming 1.0
 
 
 cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
 cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
 
 

+ 1 - 1
dkms-remove.sh

@@ -9,7 +9,7 @@ fi
 
 
 DRV_DIR=rtl8821ce
 DRV_DIR=rtl8821ce
 DRV_NAME=rtl8821ce
 DRV_NAME=rtl8821ce
-DRV_VERSION=1.0.0 # could not find version history, assuming 1.0
+DRV_VERSION=v5.2.5_1.26055.20180108 # could not find version history, assuming 1.0
 
 
 dkms remove ${DRV_NAME}/${DRV_VERSION} --all
 dkms remove ${DRV_NAME}/${DRV_VERSION} --all
 rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
 rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}

+ 1 - 1
include/rtw_version.h

@@ -1,2 +1,2 @@
-#define DRIVERVERSION	"v5.2.5_23431.20180920"
+#define DRIVERVERSION	"v5.2.5_1.26055.20180108"
 #define BTCOEXVERSION	"COEX20170310-1212"
 #define BTCOEXVERSION	"COEX20170310-1212"

+ 1 - 1
os_dep/linux/ioctl_cfg80211.h

@@ -22,7 +22,7 @@
 
 
 
 
 #ifndef RTW_CFG80211_ALWAYS_INFORM_STA_DISCONNECT_EVENT
 #ifndef RTW_CFG80211_ALWAYS_INFORM_STA_DISCONNECT_EVENT
-	#define RTW_CFG80211_ALWAYS_INFORM_STA_DISCONNECT_EVENT 0
+	#define RTW_CFG80211_ALWAYS_INFORM_STA_DISCONNECT_EVENT 1
 #endif
 #endif
 
 
 #if defined(RTW_USE_CFG80211_STA_EVENT)
 #if defined(RTW_USE_CFG80211_STA_EVENT)