Bugzilla – Bug 447
WifiNetDevice L2 sublayers architecture figure
Last modified: 2009-01-23 10:19:54 UTC
Created attachment 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
(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.