[roll] Roll fuchsia [wlan][policy] Use new signal related structs

Change numerical usages of emwa to use the EwmaSignalStrength struct. Change
numerical uses of dBm to use the DecibelMilliWatt struct. Fix the velocity
function to specify it is linear, and add overflow checking. Move it to a
separate wlan-common library. Also, broaden the language, since these
functions can apply to any dBm measurement, not just RSSI.

Original-Bug: 91873
Test: fx test wlancfg-tests
Test: fx test wlan-common-tests
Multiply: wlancfg-tests
Multiply: wlan-common-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/617668
Original-Revision: 1d82a24d7fbe5bb3d53bdd9b368bafb6a3b58760
GitOrigin-RevId: a412d668c7f5fd808da157f4ea83f0ad47dc54f3
Change-Id: Ie3bb061023c093780a07caca702e3eba9107b1e9
1 file changed
tree: f1f946f18c59532732a99c5643738295a5f60b95
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.