diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-26 11:44:55 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-26 11:44:55 -0400 |
| commit | 29f351f49703f6d30ce374ac162fbe4791a84697 (patch) | |
| tree | 22eeb0f7d109ccb6b629bada845cd47f932ccfe0 | |
| parent | b69571ab1d2702837f1522587780ed2fe4d8db82 (diff) | |
drop incorrect explanation
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index cce99547..0fb07b0f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -593,7 +593,7 @@ <li>Network Location: improve RSSI-based (signal strength) distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation (Wi-Fi Round-Trip-Time support will be added in the future for Access Points supporting it)</li> <li>Network Location: add support for 6GHz Wi-Fi networks via Reduced Neighbor Report (RNR)</li> <li>Network Location: increase the number of closest APs we explicitly request data for from 5 to 15</li> - <li>Network Location: request data for up to 4 APs at a time (maximum permitted by Apple's service for the modern mode) instead of only 1 to improve networking efficiency</li> + <li>Network Location: request data for up to 4 APs at a time instead of only 1 to improve networking efficiency</li> <li>Network Location: make our requests more closely match a current macOS release to avoid future compatibility issues and to get Apple's service to provide more than only 2.4GHz networks as nearby networks in response to queries</li> <li>Network Location: reduce requesting data for 100 additional nearby Wi-Fi APs down to 8 APs when a decent amount of additional results were returned from a recent request for up to 100 in the past 10 seconds</li> <li>backport upstream brightness fluctuation fix from Android 16 Beta 3.1</li> |
