[roll] Roll fuchsia [netdevice] Combine banjo netdevice and mac

Combine fuchsia.hardware.network.device and fuchsia.hardware.network.mac
into a new banjo protocol, fuchsia.hardware.network.driver. Update all
dependencies to reference the newly created protocol. For the most part
the only code changes are to include paths and build file changes for
dependencies. Some comments and documents referred to the old names and
they have been updated as part of this change.

The type names in the protocol remain the same.

Test: brcmfmac and nxpfmac compile, data path works
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/798785
Original-Revision: 8cbdf8d50bec59a391ad34111ea0fc642ae40098
GitOrigin-RevId: 0e078cac9ca4c699b1a359f10993ffa4c2baf526
Change-Id: Iaac5d37db0038993c40c23e7aa5944e62de0e0ce
1 file changed
tree: 1feceba0c59bb10a7f422a41a16f506904d7c157
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.