wifi: cleanup EdcaParameterSet
This commit is contained in:
@@ -422,33 +422,4 @@ EdcaParameterSet::DeserializeInformationField (Buffer::Iterator start, uint8_t l
|
||||
return length;
|
||||
}
|
||||
|
||||
/// EdcaParameterSet
|
||||
ATTRIBUTE_HELPER_CPP (EdcaParameterSet);
|
||||
|
||||
/**
|
||||
* output operator
|
||||
*
|
||||
* \param os output stream
|
||||
* \param edcaParameterSet
|
||||
*
|
||||
* \return output stream
|
||||
*/
|
||||
std::ostream & operator << (std::ostream &os, const EdcaParameterSet &edcaParameterSet)
|
||||
{
|
||||
return os;
|
||||
}
|
||||
|
||||
/**
|
||||
* input operator
|
||||
*
|
||||
* \param is input stream
|
||||
* \param edcaParameterSet
|
||||
*
|
||||
* \return output stream
|
||||
*/
|
||||
std::istream &operator >> (std::istream &is, EdcaParameterSet &edcaParameterSet)
|
||||
{
|
||||
return is;
|
||||
}
|
||||
|
||||
} //namespace ns3
|
||||
|
||||
@@ -402,11 +402,6 @@ private:
|
||||
bool m_qosSupported;
|
||||
};
|
||||
|
||||
std::ostream &operator << (std::ostream &os, const EdcaParameterSet &edcaParameterSet);
|
||||
std::istream &operator >> (std::istream &is, EdcaParameterSet &edcaParameterSet);
|
||||
|
||||
ATTRIBUTE_HELPER_HEADER (EdcaParameterSet);
|
||||
|
||||
} //namespace ns3
|
||||
|
||||
#endif /* EDCA_PARAMETER_SET_H */
|
||||
|
||||
Reference in New Issue
Block a user