[roll] Roll fuchsia [wlan][ddk] Eliminate ddk.hw.wlan.ieee80211

This moves remaining structs into a new ieee80211/fields.fidl.
Also removes a hack from the ddk that represents a 128 bit field
as u64+u32+u32 in favor of a 16 byte array.

Note that the hack lives on in places where we use these values
as a bitfield, since our bitfields libraries currently do not
support array types.

Test: Existing
Original-Bug: 88932
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/644411
Original-Revision: ba760945bdf55724ed8aeee8dc881cda85c840b9
GitOrigin-RevId: d15a3828ee2ca6b76514c1d7be7257459b308754
Change-Id: I5ea302e8839b69b1f3d4d3a69b8a39780cb7a9be
1 file changed
tree: bef75950e8ab08860674193fbc5eb81c3ae1e8ea
  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.