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

Unified Diff: src/wifi/model/ctrl-headers.cc

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/ctrl-headers.cc
===================================================================
--- a/src/wifi/model/ctrl-headers.cc
+++ b/src/wifi/model/ctrl-headers.cc
@@ -674,10 +674,10 @@
return false;
}
-uint8_t
+uint16_t
CtrlBAckResponseHeader::IndexInBitmap (uint16_t seq) const
{
- uint8_t index;
+ uint16_t index;
if (seq >= m_startingSeq)
{
index = seq - m_startingSeq;

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