various updates

pull/53/head
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.
#
# 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.

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
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

View File

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

View File

@ -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__);