author | S. Deronne <sebastien.deronne@umons.ac.be> |
Wed, 13 Nov 2013 16:49:02 -0500 | |
changeset 10402 | b4e0285d2f22 |
parent 10401 | 6e9d4ceb880b |
child 10403 | 798e90c6c12f |
--- a/src/wifi/model/wifi-phy.cc Wed Nov 13 16:06:43 2013 -0500 +++ b/src/wifi/model/wifi-phy.cc Wed Nov 13 16:49:02 2013 -0500 @@ -260,7 +260,7 @@ } } case WIFI_MOD_CLASS_ERP_OFDM: - return 16; + return 4; case WIFI_MOD_CLASS_DSSS: if (preamble == WIFI_PREAMBLE_SHORT) @@ -309,7 +309,7 @@ return 16; } case WIFI_MOD_CLASS_ERP_OFDM: - return 4; + return 16; case WIFI_MOD_CLASS_DSSS: if (preamble == WIFI_PREAMBLE_SHORT)