[roll] Roll fuchsia [wlan] Mark fidl protocols to internal

fxb/609051 introduced a set of wlan protocols into the partner sdk to
let us to compile iwlwifi drver oot. Some of these protocols were
exposed to satisfy a dependency introduced by wlan/common/channel.h.

iwlwifi -> lib/common/channel -> mlme -> mesh, minstrel and stats.

Upon deeper analysis, channel.h's dependency on mlme was not necessary
and therefore the below set of protocols are no longer necessary to be
exposed via the partner sdk.

fidl/fuchsia.wlan.mesh
fidl/fuchsia.wlan.minstrel
fidl/fuchsia.wlan.mlme
fidl/fuchsia.wlan.stats

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/647354
Original-Revision: b3542f9cdc02d9b9c66ab5863dfeff139edca739
GitOrigin-RevId: 14cdff3badb14c664acc31806fa1b78423cc4662
Change-Id: Id71035345824c37b2d2adc536db2aa508b525a5b
1 file changed
tree: b09f497e20f27d8631e82398a5a3ff27168ac0e9
  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.