[roll] Roll fuchsia [dwmac] Fix race with Ethernet Start

In an attempt to remove netsvc from all images, we observed vim3 had
failures because the driver never propagates the online status up to the
legacy Ethernet driver if the child driver ends up binding after the
link is observed up by dwmac.

Fix that by making sure to notfy the child as soon as it binds, which is
a known workaround on the legacy Ethernet interface.

Original-Bug: 355280494
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1091712
Original-Revision: 6d9b7205b565f0188656b36ab2c0ca8b00e04a59
GitOrigin-RevId: ef8f83b77995e9950d7576be28a30891785d9308
Change-Id: Ib61f73853293f5b3e738daa326361938f4b1e5f1
1 file changed
tree: cf49e6f59202e71f7fe0583bd44f019becf79bfd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.