Bug 1799 - Wrong ERP-OFDM PLCP preamble and header values

This commit is contained in:
S. Deronne
2013-11-13 16:49:02 -05:00
parent 3cde3fa84b
commit 31652e9763

View File

@@ -260,7 +260,7 @@ WifiPhy::GetPlcpHeaderDurationMicroSeconds (WifiMode payloadMode, WifiPreamble p
}
}
case WIFI_MOD_CLASS_ERP_OFDM:
return 16;
return 4;
case WIFI_MOD_CLASS_DSSS:
if (preamble == WIFI_PREAMBLE_SHORT)
@@ -309,7 +309,7 @@ WifiPhy::GetPlcpPreambleDurationMicroSeconds (WifiMode payloadMode, WifiPreamble
return 16;
}
case WIFI_MOD_CLASS_ERP_OFDM:
return 4;
return 16;
case WIFI_MOD_CLASS_DSSS:
if (preamble == WIFI_PREAMBLE_SHORT)