[roll] Roll fuchsia [netdevice] Use correct span fns to access data

Use span::data() instead of span::begin() and span::end() to get
pointers to the underlying data. While the polyfill cpp20::span
implementation returns raw pointers, that's not guaranteed by the C++20
specification. Migrating to use span::data() ensures this code won't be
broken by enabling C++20 in tree.

Original-Bug: 119175
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788345
Original-Revision: 2ccbcc93731374e4bc8074f4dbb2edbb12045ce4
GitOrigin-RevId: 2ff2b567b48df17ff20a98b8f64cf3856ed50dc4
Change-Id: Ia61e9b17b7d9f98835aea794e2934524c4c5dea3
1 file changed
tree: e0c19abc89c11a8c4795da70c244dab12e4a96fe
  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.