wifi: Clean files changed in previous commit

This commit is contained in:
Sébastien Deronne
2017-02-06 20:40:29 +01:00
parent b0a7c88220
commit b99d5ddd4d
3 changed files with 5 additions and 5 deletions

View File

@@ -1038,7 +1038,7 @@ EdcaTxopN::GetTxopFragmentOffset (uint32_t fragmentNumber) const
uint32_t offset;
uint32_t fragmentSize = GetTxopFragmentSize ();
uint32_t nFragments = (m_currentPacket->GetSize () / fragmentSize);
if ((m_currentPacket->GetSize () % fragmentSize) > 0)
if ((m_currentPacket->GetSize () % fragmentSize) > 0)
{
nFragments++;
}
@@ -1090,7 +1090,7 @@ EdcaTxopN::GetFragmentSize (void) const
uint32_t
EdcaTxopN::GetNextFragmentSize (void) const
{
{
uint32_t size;
if (IsTxopFragmentation ())
{

View File

@@ -463,7 +463,7 @@ private:
* false otherwise.
*/
bool HasTxop (void) const;
/**
* Calculate the size of the next fragment.
*
@@ -489,7 +489,7 @@ private:
* false otherwise.
*/
bool IsLastFragment (void) const;
/**
* Check if the current packet is fragmented because of an exceeded TXOP duration.
*

View File

@@ -453,7 +453,7 @@ public:
Time CalculateOverallTxTime (Ptr<const Packet> packet,
const WifiMacHeader* hdr,
const MacLowTransmissionParameters &params) const;
Time CalculateOverallTxFragmentTime (Ptr<const Packet> packet,
const WifiMacHeader* hdr,
const MacLowTransmissionParameters& params,