src/devices/wifi/dcf-manager.h
changeset 2138 0e57bc8e2f94
parent 2123 af94e972806a
child 2145 8f3c8ef34b0a
--- a/src/devices/wifi/dcf-manager.h	Fri Nov 16 08:58:55 2007 +0100
+++ b/src/devices/wifi/dcf-manager.h	Mon Nov 19 08:38:48 2007 +0100
@@ -20,12 +20,12 @@
   void ResetCw (void);
   void UpdateFailedCw (void);
   void StartBackoffNow (uint32_t nSlots);
+  uint32_t GetCw (void) const;
 
 private:
   friend class DcfManager;
 
   uint32_t GetAifsn (void) const;
-  uint32_t GetCw (void) const;
   uint32_t GetBackoffSlots (void) const;
   Time GetBackoffStart (void) const;