1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-12-22 14:26:30 +00:00

minor updates

This commit is contained in:
morrownr 2022-12-28 22:22:19 -06:00
parent 8e95cf83c6
commit 0476bb22ac
4 changed files with 10 additions and 10 deletions

View File

@ -69,7 +69,7 @@ CONFIG_GSPI_HCI = n
######################### Features ############################ ######################### Features ############################
CONFIG_AP_MODE = y CONFIG_AP_MODE = y
CONFIG_P2P = y CONFIG_P2P = y
CONFIG_MP_INCLUDED = y CONFIG_MP_INCLUDED = n
CONFIG_POWER_SAVING = y CONFIG_POWER_SAVING = y
CONFIG_IPS_MODE = default CONFIG_IPS_MODE = default
CONFIG_LPS_MODE = default CONFIG_LPS_MODE = default
@ -82,7 +82,7 @@ CONFIG_EXT_CLK = n
CONFIG_TRAFFIC_PROTECT = n CONFIG_TRAFFIC_PROTECT = n
CONFIG_LOAD_PHY_PARA_FROM_FILE = y CONFIG_LOAD_PHY_PARA_FROM_FILE = y
CONFIG_TXPWR_BY_RATE = y CONFIG_TXPWR_BY_RATE = y
CONFIG_TXPWR_BY_RATE_EN = y CONFIG_TXPWR_BY_RATE_EN = n
CONFIG_TXPWR_LIMIT = y CONFIG_TXPWR_LIMIT = y
CONFIG_TXPWR_LIMIT_EN = n CONFIG_TXPWR_LIMIT_EN = n
CONFIG_RTW_CHPLAN = 0xFF CONFIG_RTW_CHPLAN = 0xFF
@ -93,7 +93,7 @@ CONFIG_SIGNAL_SCALE_MAPPING = n
CONFIG_80211W = y CONFIG_80211W = y
CONFIG_REDUCE_TX_CPU_LOADING = n CONFIG_REDUCE_TX_CPU_LOADING = n
CONFIG_BR_EXT = y CONFIG_BR_EXT = y
CONFIG_TDLS = n CONFIG_TDLS = y
CONFIG_WIFI_MONITOR = y CONFIG_WIFI_MONITOR = y
CONFIG_MCC_MODE = n CONFIG_MCC_MODE = n
CONFIG_APPEND_VENDOR_IE_ENABLE = n CONFIG_APPEND_VENDOR_IE_ENABLE = n

View File

@ -121,7 +121,7 @@ a modification or two to the Makefile).
### Compatible Devices ### Compatible Devices
Warning: If you are looking for information about what adapter to buy, Note: If you are looking for information about what adapter to buy,
click [here](https://github.com/morrownr/USB-WiFi) and look for Main Menu click [here](https://github.com/morrownr/USB-WiFi) and look for Main Menu
item 2 which will show information about and links to recommended adapters. item 2 which will show information about and links to recommended adapters.
@ -130,7 +130,7 @@ item 2 which will show information about and links to recommended adapters.
* EDUP EP-AC1635 * EDUP EP-AC1635
* TOTOLINK A650UA v3 * TOTOLINK A650UA v3
* Mercusys MU6H (multi-state) * Mercusys MU6H (multi-state)
* Numerous additional products that are based on the supported chipsets * Numerous adapters that are based on the supported chipset.
### Installation Information ### Installation Information
@ -210,7 +210,7 @@ If it is not set, you will likely have problems accessing some channels, especia
5 Ghz and 6 GHz channels. To set your Country Code: 5 Ghz and 6 GHz channels. To set your Country Code:
``` ```
iw reg set US sudo iw reg set US
``` ```
If you are not in the US, please use the country code for your country. See: If you are not in the US, please use the country code for your country. See:

View File

@ -16,7 +16,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
SCRIPT_NAME="install-driver.sh" SCRIPT_NAME="install-driver.sh"
SCRIPT_VERSION="20221225" SCRIPT_VERSION="20221228"
MODULE_NAME="8821cu" MODULE_NAME="8821cu"
DRV_VERSION="5.12.0.4" DRV_VERSION="5.12.0.4"
@ -177,7 +177,7 @@ then
make clean >/dev/null 2>&1 make clean >/dev/null 2>&1
make make -j$(nproc)
RESULT=$? RESULT=$?
if [[ "$RESULT" != "0" ]] if [[ "$RESULT" != "0" ]]

View File

@ -16,7 +16,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
SCRIPT_NAME="remove-driver.sh" SCRIPT_NAME="remove-driver.sh"
SCRIPT_VERSION="20221225" SCRIPT_VERSION="20221228"
MODULE_NAME="8821cu" MODULE_NAME="8821cu"
DRV_VERSION="5.12.0.4" DRV_VERSION="5.12.0.4"