changeset 2646 | c1fef7686472 |
parent 2643 | 2a3324f4dabe |
child 2650 | 3de4cacb8981 |
--- a/src/devices/wifi/wifi-mac-header.cc Mon Mar 17 14:01:55 2008 -0700 +++ b/src/devices/wifi/wifi-mac-header.cc Mon Mar 17 14:49:52 2008 -0700 @@ -781,18 +781,6 @@ { return GetTypeId (); } -uint32_t -WifiMacHeader::GetUid (void) -{ - static uint32_t uid = AllocateUid<WifiMacHeader> ("WifiMacHeader.ns3.inria.fr"); - return uid; -} - -std::string -WifiMacHeader::GetName (void) const -{ - return "802.11"; -} void WifiMacHeader::PrintFrameControl (std::ostream &os) const