|
Bugzilla – Full Text Bug Listing |
| Summary: | 802.11n RIFS cannot be enabled | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 2604 | ||
| Bug Blocks: | |||
| Attachments: |
patch to improve RIFS support
patch to improve RIFS support patch to improve RIFS support final patch to improve RIFS support |
||
Created attachment 2632 [details]
patch to improve RIFS support
fixed Doxygen typo
Created attachment 2648 [details]
patch to improve RIFS support
Forbid RIFS for VHT STAs as per standard, and change code to use RIFS only to separate multiple transmissions from a single transmitter when no SIFS-separated response transmission is expected.
Since I am busy on ht protection mechanisms hat requires this to be implemented, I would like to drop those changes next week at the latest. Still busy fixing last details. Created attachment 2723 [details]
final patch to improve RIFS support
This depends on the fix for bug 2604, since we add here the possibility to reduce SIFS to RIFS between QosData frames under Block Ack policy. I'd like to deliver those improvements in the upcoming release. I suggest to deliver once fix for bug 2604 is pushed. changeset 12611:9e27334426d2 |
Created attachment 2631 [details] patch to improve RIFS support There are some chunks in the code that are referring to RIFS, but it cannot be enabled. I made a patch to improve RIFS support.