From 9dbc926ce6e032e6500d46c6890451c17724b766 Mon Sep 17 00:00:00 2001 From: "Yang You (UU)" Date: Tue, 25 Nov 2025 12:00:49 -0800 Subject: Moving to UTF-16 LE BOM as https://learn.microsoft.com/en-us/windows-hardware/drivers/install/general-guidelines-for-inf-files#editing-inf-files-and-file-encodings The file must be saved with an ANSI or Unicode (UTF-16 LE) file encoding. Unicode (UTF-16 LE) is preferred since it allows the INF to support localizing the INF Strings section in a wide variety of languages. If your INF contains non-ASCII characters, you must save the file as a Unicode (UTF-16 LE) file. --- network/wlan/WIFICX/km/wificxsampleclientkm.inf | Bin 2896 -> 5966 bytes network/wlan/WIFICX/um/wificxsampleclientum.inf | Bin 3154 -> 6504 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/network/wlan/WIFICX/km/wificxsampleclientkm.inf b/network/wlan/WIFICX/km/wificxsampleclientkm.inf index a29d9721..a05b7050 100644 Binary files a/network/wlan/WIFICX/km/wificxsampleclientkm.inf and b/network/wlan/WIFICX/km/wificxsampleclientkm.inf differ diff --git a/network/wlan/WIFICX/um/wificxsampleclientum.inf b/network/wlan/WIFICX/um/wificxsampleclientum.inf index 35477349..174afe55 100644 Binary files a/network/wlan/WIFICX/um/wificxsampleclientum.inf and b/network/wlan/WIFICX/um/wificxsampleclientum.inf differ -- cgit v1.3.1