wifi: Fix 6 GHz band starting frequency for RNR element
This commit is contained in:
committed by
Stefano Avallone
parent
6f67d61683
commit
68200622ef
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user