diff -r d203296efb63 -r 072fb225b714 src/wifi/model/edca-txop-n.h --- a/src/wifi/model/edca-txop-n.h Fri May 06 13:21:20 2011 -0700 +++ b/src/wifi/model/edca-txop-n.h Sat May 07 21:49:46 2011 +0200 @@ -4,7 +4,7 @@ * Copyright (c) 2009 MIRKO BANCHI * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as + * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distributed in the hope that it will be useful, @@ -62,7 +62,7 @@ }; -/** +/** * \ingroup wifi * This queue contains packets for a particular access class. * possibles access classes are: @@ -71,13 +71,12 @@ * -AC_VI : video, tid = 4,5 | * -AC_BE : best-effort, tid = 0,3 | priority * -AC_BK : background, tid = 1,2 | - * + * * For more details see section 9.1.3.1 in 802.11 standard. */ class EdcaTxopN : public Dcf { public: - typedef Callback TxOk; typedef Callback TxFailed; @@ -95,7 +94,7 @@ void SetTypeOfStation (enum TypeOfStation type); enum TypeOfStation GetTypeOfStation (void) const; - Ptr GetQueue () const; + Ptr GetQueue () const; virtual void SetMinCw (uint32_t minCw); virtual void SetMaxCw (uint32_t maxCw); virtual void SetAifsn (uint32_t aifsn);