The patchs looks good modulo my minor comments/questions below. Once you have resolved these, I ...
15 years, 5 months ago
(2009-11-17 12:05:35 UTC)
#1
The patchs looks good modulo my minor comments/questions below. Once you have
resolved these, I think we can merge the patch.
http://codereview.appspot.com/152058/diff/1/2
File src/devices/wifi/qadhoc-wifi-mac.cc (right):
http://codereview.appspot.com/152058/diff/1/2#newcode414
src/devices/wifi/qadhoc-wifi-mac.cc:414: ConfigureCCHDcf (m_queues[AC_BK], 15,
511, AC_BK);
could it be that you need to make similar additions to qap-wifi-mac.cc and
qsta-wifi-mac.cc ?
http://codereview.appspot.com/152058/diff/1/6
File src/devices/wifi/yans-wifi-phy.cc (right):
http://codereview.appspot.com/152058/diff/1/6#newcode590
src/devices/wifi/yans-wifi-phy.cc:590: m_channelStartingFrequency = 5e3; //
5.000 GHz, suppose 802.11a
the comment on the right looks like a copy/paste from
YansWifiPhy::Configure80211_10Mhz. Is it relevant here ? i.e., can you have CCH
and SCH on the 2.4Ghz frequency band ?
I added the changes to qap-wifi-mac.cc and qsta-wifi-mac.cc (see Patch Set 2). 802.11p is specifically ...
15 years, 5 months ago
(2009-11-18 03:20:17 UTC)
#2
I added the changes to qap-wifi-mac.cc and qsta-wifi-mac.cc (see Patch Set 2).
802.11p is specifically set to work on channels 172-184 (center freq of 5.860
GHz for channel 172). I would recommend leaving the starting frequency at 5.0
GHz. Yes, the comment was a copy/paste from the the 10MHz code. Should I
remove the comment?
Thanks!
Michael
On 2009/11/17 12:05:35, Mathieu Lacage wrote:
Issue 152058: add WIFI_PHY_STANDARD_80211p_CCH and SCH
Created 15 years, 5 months ago by nowatkom
Modified 15 years, 5 months ago
Reviewers: Mathieu Lacage
Base URL:
Comments: 2