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. # 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,171 +245,171 @@ Bissau GW
Guyana GY Guyana GY
>< Haiti HT
Haiti HT
Heard Island Heard Island
and and
McDonald McDonald
Islands HM Islands HM
Holy See Holy See
(Vatican City (Vatican City
State) VA State) VA
Honduras HN Honduras HN
Hong Kong HK Hong Kong HK
Hungary HU Hungary HU
Iceland IS Iceland IS
India IN India IN
Indonesia ID Indonesia ID
Iran, Islamic Iran, Islamic
Republic of IR Republic of IR
Iraq IQ Iraq IQ
Ireland IE Ireland IE
Isle of Man IM Isle of Man IM
Israel IL Israel IL
Italy IT Italy IT
Jamaica JM Jamaica JM
Japan JP Japan JP
Jersey JE Jersey JE
Jordan JO Jordan JO
Kazakhstan KZ Kazakhstan KZ
Kenya KE Kenya KE
Kiribati KI Kiribati KI
Korea, Korea,
Democratic Democratic
People's People's
Republic of KP Republic of KP
Korea, Korea,
Republic of KR Republic of KR
Kuwait KW Kuwait KW
Kyrgyzstan KG Kyrgyzstan KG
Lao People's Lao People's
Democratic Democratic
Republic LA Republic LA
Latvia LV Latvia LV
Lebanon LB Lebanon LB
Lesotho LS Lesotho LS
Liberia LR Liberia LR
Libya LY Libya LY
Liechtenstein LI Liechtenstein LI
Lithuania LT Lithuania LT
Luxembourg LU Luxembourg LU
Macao MO Macao MO
Macedonia, Macedonia,
the Former the Former
Yugoslav Yugoslav
Republic of MK Republic of MK
Madagascar MG Madagascar MG
Malawi MW Malawi MW
Malaysia MY Malaysia MY
Maldives MV Maldives MV
Mali ML Mali ML
Malta MT Malta MT
Marshall Marshall
Islands MH Islands MH
Martinique MQ Martinique MQ
Mauritania MR Mauritania MR
Mauritius MU Mauritius MU
Mayotte YT Mayotte YT
Mexico MX Mexico MX
Micronesia, Micronesia,
Federated Federated
States of FM States of FM
Moldova, Moldova,
Republic of MD Republic of MD
Monaco MC Monaco MC
Mongolia MN Mongolia MN
Montenegro ME Montenegro ME
Montserrat MS Montserrat MS
Morocco MA Morocco MA
Mozambique MZ Mozambique MZ
Myanmar MM Myanmar MM
Namibia NA Namibia NA
Nauru NR Nauru NR
Nepal NP Nepal NP
Netherlands NL Netherlands NL
New New
Caledonia NC Caledonia NC
New Zealand NZ New Zealand NZ
Nicaragua NI Nicaragua NI
Niger NE Niger NE
Nigeria NG Nigeria NG
Niue NU Niue NU
Norfolk IslandNF Norfolk Island NF
Northern Northern
Mariana Mariana
Islands MP Islands MP
Norway NO Norway NO
><
Oman OM Oman OM

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