rtl8723ds: Update comments with UTF-8 encoding

When packaging the source as a Debian DKMS package, lintian will warn
national-encoding due to Big5 encoded characters in comments.

Update to English comments from other files when available, and
reencode Chinese in UTF-8.

Signed-off-by: ZHANG Yuntian <yt@radxa.com>
This commit is contained in:
ZHANG Yuntian
2023-05-05 12:35:44 +08:00
parent 42fdd132e9
commit 339d6c4d89
5 changed files with 23 additions and 23 deletions

View File

@@ -1500,7 +1500,7 @@ u8 rtw_joinbss_cmd(_adapter *padapter, struct wlan_network *pnetwork)
#endif /* CONFIG_80211N_HT */
#ifdef CONFIG_RTW_80211R
/*IEEE802.11-2012 Std. Table 8-101¡XAKM suite selectors*/
/*IEEE802.11-2012 Std. Table 8-101 XAKM suite selectors*/
if ((rtw_chk_ft_flags(padapter, RTW_FT_STA_SUPPORTED)) &&
((psecuritypriv->rsn_akm_suite_type == 3) || (psecuritypriv->rsn_akm_suite_type == 4))
) {