[roll] Roll fuchsia [wlan][iwlwifi] Fix names and semantics of atomic operations

The iwlwifi driver relies on Linux-style memory order semantics for its
atomic operations, semantics that this commit attempt to provide.  We
also add the atomic64_t data type.

Memory order semantics implemented in reference to ISO/IEC JTC1 SC22
WG21 P0124R7, accessible at:

  http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0124r7.html

Original-Bug: 75293
Test: fx test iwlwifi_test, wlan-dev scan on a 7265 chipset on NUC

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/568007
Original-Revision: f5ec905fc0d09f1d80e3cae1e0c0bc7d438c79a7
GitOrigin-RevId: 1ae0c07c0b1799defc095f9d33aad42a837bb173
Change-Id: I18ac9a84fdc4f20e1a3d5e9bd651f743a96407fe
1 file changed
tree: 326ca90a730c17ea800216cbd11982e8f0f20eda
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.