summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Ravi <sunilravi@google.com>2021-11-19 16:57:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-11-19 16:57:47 +0000
commita3f4565b5f314598cf068308b74b063478fd22ef (patch)
tree68bfbadbe90ad14d896e719eafb0b8c916801c2e
parente625705f2df0aad6d097660764832b97a34e5720 (diff)
parent05017a9c7e0a46adc9b0856ab12577d890b2e2fb (diff)
downloadwificond-a3f4565b5f314598cf068308b74b063478fd22ef.tar.gz
Merge "Update the band to wiphy index map on country code change"
-rw-r--r--server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.cpp b/server.cpp
index 9668bce..a982369 100644
--- a/server.cpp
+++ b/server.cpp
@@ -493,6 +493,7 @@ void Server::OnRegDomainChanged(uint32_t wiphy_index, std::string& country_code)
<< " on wiphy_index: " << wiphy_index;
BroadcastRegDomainChanged(country_code);
}
+ UpdateBandWiphyIndexMap(wiphy_index);
LogSupportedBands(wiphy_index);
}