[roll] Roll fuchsia [connectivity] Add begin/end so Packet can be used with std::span

std::span needs the type to fulfill the std::contiguous_range concept to
be used with the range constructor, and that means that
std::ranges::begin and std::ranges::end need to work. Adding begin/end
member functions fulfills that requirement.

Test: wlan_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/634210
Original-Revision: a8b2418d83b19bd26101544bb2a6df8fe8872559
GitOrigin-RevId: 24c014421d8290fab9209541804033ae0fe43378
Change-Id: I1cdd407fd1340f2eb2aa9f48f4b7ddc0260f3d58
1 file changed
tree: 0f47ee9873cda7a3b5cad23a7c5924f9e7c2d5ce
  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.