[roll] Roll fuchsia [wlansoftmac] Remove redundant WlanSoftmacIfcBridge client dispatcher

The client dispatcher created for WlanSoftmacIfcBridge was redunant
because the WlanSoftmacIfc server dispatcher can be reused for the
WlanSoftmacIfcBridge client dispatcher too. This is because every
WlanSoftmacIfcBridge method call will be non-blocking in Rust MLME and
thus not introduce any possibility of deadlock.

Original-Bug: 42075638
Multiply: fuchsia-pkg://fuchsia.com/wlan-mlme-tests
Multiply: fuchsia-pkg://fuchsia.com/wlansoftmac-rust-tests
Multiply: fuchsia-pkg://fuchsia.com/wlan-hw-sim-contemporary-privacy-tests
Multiply: fuchsia-pkg://fuchsia.com/wlan-hw-sim-legacy-privacy-tests
Multiply: fuchsia-pkg://fuchsia.com/wlan-hw-sim-rate-selection-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/973213
Original-Revision: 1dd7048caeec56e3e81a1f7717735a8d36cadb6b
GitOrigin-RevId: 1e41f598d67efafa0b5b2bed53a5b5b1d8369294
Change-Id: I4d2c46769ab0d45008fd71ae727fe840c2dcc3d8
1 file changed
tree: e63247ee7a7c233d13e0999f123e7c23a52e3f07
  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.