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

Issue 8587043: Addition of 11n (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by gbadawy
Modified:
10 years, 9 months ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Addition of 11n

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3163 lines, -369 lines) Patch
A scratch/datarates.cc View 1 chunk +244 lines, -0 lines 0 comments Download
M src/mesh/model/dot11s/airtime-metric.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M src/wifi/examples/wifi-phy-test.cc View 4 chunks +13 lines, -3 lines 0 comments Download
A src/wifi/helper/ht-wifi-mac-helper.h View 1 chunk +60 lines, -0 lines 0 comments Download
A src/wifi/helper/ht-wifi-mac-helper.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M src/wifi/model/aarf-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/aarf-wifi-manager.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/wifi/model/aarfcd-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/aarfcd-wifi-manager.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/wifi/model/amrr-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/amrr-wifi-manager.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M src/wifi/model/ap-wifi-mac.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/wifi/model/ap-wifi-mac.cc View 6 chunks +32 lines, -2 lines 0 comments Download
M src/wifi/model/arf-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/arf-wifi-manager.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M src/wifi/model/cara-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/cara-wifi-manager.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M src/wifi/model/constant-rate-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/constant-rate-wifi-manager.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M src/wifi/model/edca-txop-n.h View 1 chunk +4 lines, -1 line 0 comments Download
A src/wifi/model/ht-capabilities.h View 1 chunk +72 lines, -0 lines 0 comments Download
A src/wifi/model/ht-capabilities.cc View 1 chunk +174 lines, -0 lines 0 comments Download
M src/wifi/model/ideal-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/ideal-wifi-manager.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M src/wifi/model/interference-helper.h View 5 chunks +5 lines, -2 lines 0 comments Download
M src/wifi/model/interference-helper.cc View 6 chunks +225 lines, -41 lines 0 comments Download
M src/wifi/model/mac-low.h View 9 chunks +32 lines, -12 lines 0 comments Download
M src/wifi/model/mac-low.cc View 33 chunks +338 lines, -76 lines 0 comments Download
M src/wifi/model/mgt-headers.h View 9 chunks +14 lines, -1 line 0 comments Download
M src/wifi/model/mgt-headers.cc View 20 chunks +60 lines, -4 lines 0 comments Download
M src/wifi/model/minstrel-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/minstrel-wifi-manager.cc View 4 chunks +11 lines, -7 lines 0 comments Download
M src/wifi/model/onoe-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/onoe-wifi-manager.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M src/wifi/model/regular-wifi-mac.h View 4 chunks +28 lines, -0 lines 0 comments Download
M src/wifi/model/regular-wifi-mac.cc View 5 chunks +51 lines, -0 lines 0 comments Download
M src/wifi/model/rraa-wifi-manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wifi/model/rraa-wifi-manager.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M src/wifi/model/sta-wifi-mac.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/wifi/model/sta-wifi-mac.cc View 6 chunks +32 lines, -1 line 0 comments Download
M src/wifi/model/supported-rates.h View 1 chunk +1 line, -1 line 0 comments Download
M src/wifi/model/supported-rates.cc View 9 chunks +28 lines, -17 lines 0 comments Download
M src/wifi/model/wifi-information-element.h View 1 chunk +1 line, -1 line 0 comments Download
M src/wifi/model/wifi-mac.h View 4 chunks +13 lines, -0 lines 0 comments Download
M src/wifi/model/wifi-mac.cc View 5 chunks +37 lines, -2 lines 0 comments Download
M src/wifi/model/wifi-mac-header.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/wifi/model/wifi-mac-header.cc View 5 chunks +19 lines, -1 line 0 comments Download
M src/wifi/model/wifi-mode.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/wifi/model/wifi-mode.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/wifi/model/wifi-phy.h View 10 chunks +113 lines, -6 lines 0 comments Download
M src/wifi/model/wifi-phy.cc View 13 chunks +602 lines, -14 lines 0 comments Download
M src/wifi/model/wifi-phy-standard.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/wifi/model/wifi-preamble.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/wifi/model/wifi-remote-station-manager.h View 13 chunks +86 lines, -8 lines 0 comments Download
M src/wifi/model/wifi-remote-station-manager.cc View 10 chunks +287 lines, -65 lines 0 comments Download
A src/wifi/model/wifi-tx-vector.h View 1 chunk +69 lines, -0 lines 0 comments Download
A src/wifi/model/wifi-tx-vector.cc View 1 chunk +46 lines, -0 lines 0 comments Download
M src/wifi/model/yans-wifi-channel.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/wifi/model/yans-wifi-channel.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/wifi/model/yans-wifi-phy.h View 6 chunks +67 lines, -2 lines 0 comments Download
M src/wifi/model/yans-wifi-phy.cc View 10 chunks +206 lines, -12 lines 0 comments Download
M src/wifi/test/tx-duration-test.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/wifi/wscript View 2 chunks +6 lines, -0 lines 0 comments Download

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