src/devices/mesh/dot11s/ie-dot11s-prep.h
changeset 4876 d78f1b978dac
parent 4872 ea1bce018a44
child 4896 e579c19f0dee
--- a/src/devices/mesh/dot11s/ie-dot11s-prep.h	Tue Mar 24 20:08:53 2009 +0300
+++ b/src/devices/mesh/dot11s/ie-dot11s-prep.h	Wed Mar 25 12:23:12 2009 +0300
@@ -33,11 +33,11 @@
  * \ingroup dot11s
  * \brief See 7.3.2.97 of 802.11s draft 2.07
  */
-class IeDot11sPrep : public WifiInformationElement
+class IePrep : public WifiInformationElement
 {
 public:
-  IeDot11sPrep ();
-  ~IeDot11sPrep ();
+  IePrep ();
+  ~IePrep ();
   static TypeId GetTypeId ();
   virtual TypeId GetInstanceTypeId () const;
   virtual void Print (std::ostream &os) const;