|
Bugzilla – Full Text Bug Listing |
| Summary: | WifiNetDevice L2 sublayers architecture figure | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | documentation | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | mathieu.lacage, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | mercurial bundle | ||
|
Description
Gustavo J. A. M. Carneiro
2008-12-16 11:18:33 UTC
(In reply to comment #0) > Created an attachment (id=336) [details] > mercurial bundle > > I have been trying to understand the WifiNetDevice L2 sublayers architecture, > and produced a diagram[1]. The attached patch adds this figure to the > documentation, as it helps to understand the data flows. Left out are the > Layer 1 stuff, which do not interest me. Probably Mathieu should review it, in > case I made a mistake. > > http://telecom.inescporto.pt/~gjc/WifiArchitecture.png > Thanks for doing this. I'd like to add it to the wifi chapter in the manual too (once Mathieu reviews it). I would suggestion changing slightly the layout to make it clear that MacRxMiddle does not do what is written on its right. Other than that, looks great (In reply to comment #2) > I would suggestion changing slightly the layout to make it clear that > MacRxMiddle does not do what is written on its right. You mean that MacRxMiddle does not do what the text says but MacRxMiddle+DcaTxop together do those things, right? If so, I think added a dotted box grouping the two objects should suffice to convey that meaning. (In reply to comment #3) > (In reply to comment #2) > > I would suggestion changing slightly the layout to make it clear that > > MacRxMiddle does not do what is written on its right. > > You mean that MacRxMiddle does not do what the text says but > MacRxMiddle+DcaTxop together do those things, right? If so, I think added a > dotted box grouping the two objects should suffice to convey that meaning. ok. (In reply to comment #4) > (In reply to comment #3) > > (In reply to comment #2) > > > I would suggestion changing slightly the layout to make it clear that > > > MacRxMiddle does not do what is written on its right. > > > > You mean that MacRxMiddle does not do what the text says but > > MacRxMiddle+DcaTxop together do those things, right? If so, I think added a > > dotted box grouping the two objects should suffice to convey that meaning. > > > ok. > I would be happy to make this change and commit it by the end of the week if there are no other comments/issues. Or else, anyone else feel free. I finally added the box and committed. |