|
Bugzilla – Full Text Bug Listing |
| Summary: | mcs variable in ht-wifi-network example is confusing | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
Pushed in changeset 11235:c350a855a19 |
Created attachment 1994 [details] patch The mcs variable used in the ht-wifi-network example is actually a variable to go through all possible rates for SISO 802.11n systems, which does not correspond to the definition of MCS in the .11n standard. I propose to rename the variable to avoid any confusion (check attachment).