Skip to content

Commit

Permalink
fix compilation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
aarizaq committed Apr 3, 2014
1 parent 8a8225c commit 41af0ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/linklayer/ieee80211/mgmt/Ieee80211AgentSTA.cc
Expand Up @@ -20,6 +20,7 @@
#include "Ieee80211Primitives_m.h"
#include "NotifierConsts.h"
#include "InterfaceTableAccess.h"
#include "NodeOperations.h"
#include "opp_utils.h"

Define_Module(Ieee80211AgentSTA);
Expand Down Expand Up @@ -383,9 +384,5 @@ void Ieee80211AgentSTA::start()

void Ieee80211AgentSTA::stop()
{
clear();
dataQueue.clear();
emit(dataQueueLenSignal, dataQueue.length());
mgmtQueue.clear();
isOperational = false;
}

0 comments on commit 41af0ae

Please sign in to comment.