--- a/src/devices/wifi/wifi-channel.cc Wed Apr 09 14:58:52 2008 -0700
+++ b/src/devices/wifi/wifi-channel.cc Wed Apr 09 17:27:12 2008 -0700
@@ -33,10 +33,10 @@
namespace ns3 {
TypeId
-WifiChannel::GetTypdId (void)
+WifiChannel::GetTypeId (void)
{
static TypeId tid = TypeId ("ns3::WifiChannel")
- .SetParent<WifiChannel> ()
+ .SetParent<Channel> ()
.AddConstructor<WifiChannel> ()
.AddAttribute ("PropagationLossModel", "XXX",
Pointer (),
--- a/src/devices/wifi/wifi-channel.h Wed Apr 09 14:58:52 2008 -0700
+++ b/src/devices/wifi/wifi-channel.h Wed Apr 09 17:27:12 2008 -0700
@@ -47,7 +47,7 @@
class WifiChannel : public Channel
{
public:
- static TypeId GetTypdId (void);
+ static TypeId GetTypeId (void);
WifiChannel ();
virtual ~WifiChannel ();