wifi: Invalid band is allowed for non-wifi signals
This commit is contained in:
@@ -57,7 +57,6 @@ inline std::ostream& operator<< (std::ostream& os, WifiPhyBand band)
|
||||
case WIFI_PHY_BAND_6GHZ:
|
||||
return (os << "6GHz");
|
||||
default:
|
||||
NS_FATAL_ERROR ("Invalid band");
|
||||
return (os << "INVALID");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user