[roll] Roll fuchsia [wlan][common] Remove incorrect TimeUnit arithmetic

The TimeUnit type no longer supports mutiplying two TimeUnit types
together. The result of such a multiplication probably should have
been a TimeUnit^2, but such a unit is not currently supported.

Additionally, saturated multiplication and saturated addition are now
used to implement the ops::Add and ops::Mul traits, similar to how
zx::Duration saturates for those implementations too.

Test:
1. Added new unit tests for saturated arithmetic.
2. Remove unit tests for now unsupported TimeUnit arithmetic.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679222
Original-Revision: 6e53106a301af6f52df9510c5801e388b759ec6a
GitOrigin-RevId: e957364c404e5a04f0d5f1ad24185b54a55b5129
Change-Id: I7844fa73c744980f2746745afda4ed6a71914f46
1 file changed
tree: 5896d9be6b89b41650b49c740ad2b9b8f0eb9dfc
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.