Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(328)

Unified Diff: src/wifi/model/spectrum-wifi-phy.h

Issue 333070043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Updates to address review comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/wifi/model/spectrum-wifi-phy.h
===================================================================
--- a/src/wifi/model/spectrum-wifi-phy.h
+++ b/src/wifi/model/spectrum-wifi-phy.h
@@ -109,7 +109,7 @@
* \param txVector the TXVECTOR that has the channel width that is to be used
* \return the center frequency corresponding to the channel width to be used
*/
- uint32_t GetCenterFrequencyForChannelWidth (WifiTxVector txVector) const;
+ uint16_t GetCenterFrequencyForChannelWidth (WifiTxVector txVector) const;
/**
* Method to encapsulate the creation of the WifiSpectrumPhyInterface

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b