1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-16 11:41:44 +00:00

various updates

This commit is contained in:
morrownr 2022-12-17 13:12:25 -06:00
parent dc14ef61aa
commit 1769c60f93
4 changed files with 82 additions and 82 deletions

View File

@ -11,7 +11,7 @@ blacklist rtw88_8821cu
# documentation. This issue has not been seen on wifi only adapters. # documentation. This issue has not been seen on wifi only adapters.
# #
# Edit the following line to change, add or delete options: # Edit the following line to change, add or delete options:
options 8821cu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgnt=1 options 8821cu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1
# #
# After editing is complete, save this file (if using nano: Ctrl + x, y, Enter) # After editing is complete, save this file (if using nano: Ctrl + x, y, Enter)
# and reboot to activate the changes. # and reboot to activate the changes.

View File

@ -87,8 +87,9 @@ supported due to the way kernel patches are handled. I will support
knowledgable RHEL developers if they want to merge the required knowledgable RHEL developers if they want to merge the required
support and keep it current. support and keep it current.
Note: Android is not supported due but I will support Android developers if Note: Android is not supported but I will support Android developers if they
they want to merge the required support and keep it current. want to merge and keep current the required support (most like just
instructions about how to compile and maybe a modification or two to Makefile).
### Download Locations for Tested Linux Distributions ### Download Locations for Tested Linux Distributions

View File

@ -245,8 +245,6 @@ Bissau GW
Guyana GY Guyana GY
><
Haiti HT Haiti HT
Heard Island Heard Island
@ -403,7 +401,7 @@ Nigeria NG
Niue NU Niue NU
Norfolk IslandNF Norfolk Island NF
Northern Northern
Mariana Mariana
@ -411,6 +409,8 @@ Islands MP
Norway NO Norway NO
><
Oman OM Oman OM
Pakistan PK Pakistan PK

View File

@ -1018,12 +1018,11 @@ pre_init_system_cfg_8821c(struct halmac_adapter *adapter)
enable_bb = 0; enable_bb = 0;
set_hw_value_88xx(adapter, HALMAC_HW_EN_BB_RF, &enable_bb); set_hw_value_88xx(adapter, HALMAC_HW_EN_BB_RF, &enable_bb);
/* nrm /* nrm */
* if (HALMAC_REG_R8(REG_SYS_CFG1 + 2) & BIT(4)) { if (HALMAC_REG_R8(REG_SYS_CFG1 + 2) & BIT(4)) {
* PLTFM_MSG_ERR("[ERR]test mode!!\n"); PLTFM_MSG_ERR("[ERR]test mode!!\n");
* return HALMAC_RET_WLAN_MODE_FAIL; // return HALMAC_RET_WLAN_MODE_FAIL;
* } }
*/
PLTFM_MSG_TRACE("[TRACE]%s <===\n", __func__); PLTFM_MSG_TRACE("[TRACE]%s <===\n", __func__);