Skip to content

Commit 4457b11

Browse files
committed
ieee80211: removed setting the analog model from Ieee80211Interface
Don't let the interface force all radios to be scalar, but let the specific radio models set the analog model
1 parent ed87638 commit 4457b11

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/inet/linklayer/ieee80211/Ieee80211Interface.ned

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module Ieee80211Interface extends NetworkInterface like IWirelessInterface
7373
**.bitrate = this.bitrate;
7474
mac.modeSet = default(this.opMode);
7575
mac.*.rateSelection.dataFrameBitrate = default(this.bitrate);
76-
radio.signalAnalogRepresentation = default("scalar");
7776
*.macModule = default(absPath(".mac"));
7877
*.mibModule = default(absPath(".mib"));
7978
*.interfaceTableModule = default(absPath(this.interfaceTableModule));

0 commit comments

Comments
 (0)