From 1769c60f9377560f9ab0479d3df41862638bfca8 Mon Sep 17 00:00:00 2001 From: morrownr Date: Sat, 17 Dec 2022 13:12:25 -0600 Subject: [PATCH] various updates --- 8821cu.conf | 2 +- README.md | 5 +- alpha-2_Country_Codes | 146 +++++++++--------- .../halmac_8821c/halmac_init_8821c.c | 11 +- 4 files changed, 82 insertions(+), 82 deletions(-) diff --git a/8821cu.conf b/8821cu.conf index 78aba07..7e4df3b 100644 --- a/8821cu.conf +++ b/8821cu.conf @@ -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. diff --git a/README.md b/README.md index afdc1cc..7350fba 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/alpha-2_Country_Codes b/alpha-2_Country_Codes index 9173d17..dc6b2ba 100644 --- a/alpha-2_Country_Codes +++ b/alpha-2_Country_Codes @@ -245,171 +245,171 @@ Bissau GW Guyana GY ->< - -Haiti HT +Haiti HT Heard Island and McDonald -Islands HM +Islands HM Holy See (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 -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, Democratic People's -Republic of KP +Republic of KP Korea, -Republic of KR +Republic of KR -Kuwait KW +Kuwait KW -Kyrgyzstan KG +Kyrgyzstan KG Lao People's 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, the Former 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 -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, Federated -States of FM +States of FM 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 -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 Mariana -Islands MP +Islands MP -Norway NO +Norway NO + +>< Oman OM diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c index a9abd3b..e3bcff2 100644 --- a/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c +++ b/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c @@ -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__);