Annnnnd fix another typo.

Change-Id: Ida3a64adf6507f00f18cb78a1635dad34893a621
Reviewed-on: https://code.wireshark.org/review/35231
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-11-26 17:38:49 -08:00
parent 5f23791f82
commit 15faccd2e4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static const value_string phy_vals[] = {
{ PHDR_802_11_PHY_11AC, "802.11ac (VHT)" },
{ PHDR_802_11_PHY_11AD, "802.11ad (DMG)" },
{ PHDR_802_11_PHY_11AH, "802.11ah (S1G)" },
{ PHDR_802_11_PHY_11AX, "802.11ax (HT)" },
{ PHDR_802_11_PHY_11AX, "802.11ax (HE)" },
{ 0, NULL }
};