Add short descriptions of the PHYs other than the legacy PHYs.

Put short descriptions after the amendment name, in parentheses.

Fix a typo in the 802.11d entry while we're at it.

Change-Id: I87d84678f30abe40c4b130cf0a9355bb5da99df4
Reviewed-on: https://code.wireshark.org/review/35229
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-11-26 16:14:30 -08:00
parent ac5c03e21a
commit e9b58b1d40
1 changed files with 8 additions and 8 deletions

View File

@ -109,14 +109,14 @@ static const value_string phy_vals[] = {
{ PHDR_802_11_PHY_11_FHSS, "802.11 FHSS" },
{ PHDR_802_11_PHY_11_IR, "802.11 IR" },
{ PHDR_802_11_PHY_11_DSSS, "802.11 DSSS" },
{ PHDR_802_11_PHY_11B, "802.11b" },
{ PHDR_802_11_PHY_11A, "802.11a" },
{ PHDR_802_11_PHY_11G, "802.11g" },
{ PHDR_802_11_PHY_11N, "802.11n" },
{ PHDR_802_11_PHY_11AC, "802.11ac" },
{ PHDR_802_11_PHY_11AD, "802.11ac" },
{ PHDR_802_11_PHY_11AH, "802.11ah" },
{ PHDR_802_11_PHY_11AX, "802.11ax" },
{ PHDR_802_11_PHY_11B, "802.11b (HR/DSSS)" },
{ PHDR_802_11_PHY_11A, "802.11a (OFDM)" },
{ PHDR_802_11_PHY_11G, "802.11g (ERP)" },
{ PHDR_802_11_PHY_11N, "802.11n (HT)" },
{ 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)" },
{ 0, NULL }
};