diff options
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c index 75c56ecb86..30b88e5d9e 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c @@ -803,12 +803,12 @@ PCI_CLASS_ENTRY PCISubClass_0d[] = { },
{
0x20,
- L"Ethernet (802.11a – 5 GHz)",
+ L"Ethernet (802.11a - 5 GHz)",
PCIBlankEntry
},
{
0x21,
- L"Ethernet (802.11b – 2.4 GHz)",
+ L"Ethernet (802.11b - 2.4 GHz)",
PCIBlankEntry
},
{
|