[roll] Roll fuchsia [wlan][policy] Remove SNR from stationary roams

This changes removes SNR as a potential roam reason for the stationary
roam monitor profile. This is because our stationary devices currently
always report the noise as -91dBm, so using both RSSI and SNR is
unnecessary.

Additionally, because of arithmetic rounding differences, the reported SNR
integer does NOT always equal the reported RSSI integer - (-91), so
using both introduces inconsistent roam reasons without benefit.

The backoff behavior, which was based in part around the presence of new
roam reasons, is updated in the next CL.

Original-Bug: b/409839414
Test: fx test wlancfg-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1254546
Original-Revision: d1be3e21556bcfb2e7077c6e3b4e2a0f01a3b586
GitOrigin-RevId: b8cdc8163437227638c20ce5db08ff1ce029898d
Change-Id: I19c6f44e4d68ac7aacfd17b108167bc1a66fd148
1 file changed
tree: 8fbf062ff3467e052988040425e5fcfd8e91c585
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.