[roll] Roll fuchsia [wlan][softmac] Move WlanInfoBandInfo to WlanSoftmacBandCapability

The WlanInfoBandInfo struct is only used for SoftMAC, and so it's
moved to fuchsia.hardware.wlan.softmac and renamed to
WlanSoftmacBandCapability so that the arrangement is similar to how
fuchsia.hardware.wlan.fullmac defines and uses
WlanFullmacBandCapabilities.

Additionally, this change renames the bands and bands_count fields to
band_caps_list and band_caps_count.

Original-Bug: 92608
Test: None. Refactor only.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/639961
Original-Revision: 3111db2957cd7657b3b0adcf1f21ea8125a60358
GitOrigin-RevId: da14ddac11186aeaab35d0eca79f2c731f5ca9e5
Change-Id: I25230ca7d4f603c01be9a7686bafba84cc46b2e7
1 file changed
tree: a4d9cf0ca6b80aa20429ca2d7b561181727b6431
  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.