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

Unified Diff: src/devices/wifi/qsta-wifi-mac.cc

Issue 152058: add WIFI_PHY_STANDARD_80211p_CCH and SCH
Patch Set: add WIFI_PHY_STANDARD_80211p_CCH and SCH Created 14 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/devices/wifi/qap-wifi-mac.cc ('k') | src/devices/wifi/yans-wifi-phy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/devices/wifi/qsta-wifi-mac.cc
===================================================================
--- a/src/devices/wifi/qsta-wifi-mac.cc
+++ b/src/devices/wifi/qsta-wifi-mac.cc
@@ -739,6 +739,18 @@ QstaWifiMac::FinishConfigureStandard (en
{
switch (standard)
{
+ case WIFI_PHY_STANDARD_80211p_CCH:
+ ConfigureCCHDcf (m_queues[AC_BK], 15, 511, AC_BK);
+ ConfigureCCHDcf (m_queues[AC_BE], 15, 511, AC_BE);
+ ConfigureCCHDcf (m_queues[AC_VI], 15, 511, AC_VI);
+ ConfigureCCHDcf (m_queues[AC_VO], 15, 511, AC_VO);
+ break;
+ case WIFI_PHY_STANDARD_80211p_SCH:
+ ConfigureDcf (m_queues[AC_BK], 15, 511, AC_BK);
+ ConfigureDcf (m_queues[AC_BE], 15, 511, AC_BE);
+ ConfigureDcf (m_queues[AC_VI], 15, 511, AC_VI);
+ ConfigureDcf (m_queues[AC_VO], 15, 511, AC_VO);
+ break;
case WIFI_PHY_STANDARD_holland:
// fall through
case WIFI_PHY_STANDARD_80211a:
« no previous file with comments | « src/devices/wifi/qap-wifi-mac.cc ('k') | src/devices/wifi/yans-wifi-phy.cc » ('j') | no next file with comments »

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