[roll] Roll fuchsia [wlan] Migrate SoftMAC `Query` to `WlanSoftmacBridge`.

This change migrates `Query` from the `WlanSoftmac` protocol to the
`WlanSoftmacBridge` protocol and migrates from Banjo to FIDL in MLME and
the generic `wlansoftmac` driver.

As part of this migration, `WlanSoftmacBandCapability` has deprecated
fields in favor of newer and more ergonomic fields in platform version
15. As a client of these changes, MLME now supports all sets of fields,
but prefers the newer fields over the deprecated fields (that is,
deprecated fields are ignored if newer fields are present).

In a subsequent change, the deprecated fields shall be removed and MLME
will no longer read them. These changes should remain compatible with
any out-of-tree vendor SoftMAC driver that targets platform version 15.

Original-Bug: 135356
Original-Bug: 135357
Original-Bug: 135358
Original-Bug: 135499
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/919034
Original-Revision: de73767a374097150868344fd4ed8cb6011ec0e2
GitOrigin-RevId: 9175657e7bfabb5892084a044846edaf06dd551a
Change-Id: I91be3f08a87e1611bb217927ba1188a60bbe185d
1 file changed
tree: 6dcc749bbf9c9e7ce41e3a7eb436a7462b773b09
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.