wifi: Fix 6 GHz band starting frequency for RNR element

This commit is contained in:
Stefano Avallone
2022-11-18 09:17:30 +01:00
committed by Stefano Avallone
parent 6f67d61683
commit 68200622ef

View File

@@ -179,7 +179,7 @@ ReducedNeighborReport::SetOperatingChannel(std::size_t nbrApInfoId,
startingFreq = 5000;
break;
case WIFI_PHY_BAND_6GHZ:
startingFreq = 5940;
startingFreq = 5950;
break;
case WIFI_PHY_BAND_UNSPECIFIED:
default:
@@ -267,7 +267,7 @@ ReducedNeighborReport::GetOperatingChannel(std::size_t nbrApInfoId) const
startingFreq = 5000;
break;
case WIFI_PHY_BAND_6GHZ:
startingFreq = 5940;
startingFreq = 5950;
break;
case WIFI_PHY_BAND_UNSPECIFIED:
default: