mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-12-22 06:15:50 +00:00
various updates
This commit is contained in:
parent
dc14ef61aa
commit
1769c60f93
@ -11,7 +11,7 @@ blacklist rtw88_8821cu
|
||||
# documentation. This issue has not been seen on wifi only adapters.
|
||||
#
|
||||
# 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)
|
||||
# and reboot to activate the changes.
|
||||
|
@ -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
|
||||
support and keep it current.
|
||||
|
||||
Note: Android is not supported due but I will support Android developers if
|
||||
they want to merge the required support and keep it current.
|
||||
Note: Android is not supported but I will support Android developers if they
|
||||
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
|
||||
|
@ -245,8 +245,6 @@ Bissau GW
|
||||
|
||||
Guyana GY
|
||||
|
||||
><
|
||||
|
||||
Haiti HT
|
||||
|
||||
Heard Island
|
||||
@ -411,6 +409,8 @@ Islands MP
|
||||
|
||||
Norway NO
|
||||
|
||||
><
|
||||
|
||||
Oman OM
|
||||
|
||||
Pakistan PK
|
||||
|
@ -1018,12 +1018,11 @@ pre_init_system_cfg_8821c(struct halmac_adapter *adapter)
|
||||
enable_bb = 0;
|
||||
set_hw_value_88xx(adapter, HALMAC_HW_EN_BB_RF, &enable_bb);
|
||||
|
||||
/* nrm
|
||||
* if (HALMAC_REG_R8(REG_SYS_CFG1 + 2) & BIT(4)) {
|
||||
* PLTFM_MSG_ERR("[ERR]test mode!!\n");
|
||||
* return HALMAC_RET_WLAN_MODE_FAIL;
|
||||
* }
|
||||
*/
|
||||
/* nrm */
|
||||
if (HALMAC_REG_R8(REG_SYS_CFG1 + 2) & BIT(4)) {
|
||||
PLTFM_MSG_ERR("[ERR]test mode!!\n");
|
||||
// return HALMAC_RET_WLAN_MODE_FAIL;
|
||||
}
|
||||
|
||||
PLTFM_MSG_TRACE("[TRACE]%s <===\n", __func__);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user