X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FInformationElements.cc;h=c3565095ae9335f8f63f07c4aa8174b9de3c03e4;hb=22f72ccea5685d22d33f8c38b5ffb12dcf51928d;hp=e4530dfed6e18ef4d0948e22bf6ec154a4946fd2;hpb=9ffdaae4804503c4f36a53747c852a87ee626b9e;p=senf.git diff --git a/senf/Packets/80211Bundle/InformationElements.cc b/senf/Packets/80211Bundle/InformationElements.cc index e4530df..c356509 100644 --- a/senf/Packets/80211Bundle/InformationElements.cc +++ b/senf/Packets/80211Bundle/InformationElements.cc @@ -32,9 +32,9 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -SENF_PACKET_TLV_REGISTRY_REGISTER( senf::WLANInfoElementParser, senf::WLANSSIDInfoElementParser); -SENF_PACKET_TLV_REGISTRY_REGISTER( senf::WLANInfoElementParser, senf::WLANPowerConstraintInfoElementParser); -SENF_PACKET_TLV_REGISTRY_REGISTER( senf::WLANInfoElementParser, senf::WLANSupportedRatesInfoElementParser); +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::WLANSSIDInfoElementParser ); +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::WLANPowerConstraintInfoElementParser ); +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::WLANSupportedRatesInfoElementParser ); prefix_ void senf::WLANPowerConstraintInfoElementParser::dump(std::ostream & os)