[roll] Roll fuchsia [lowpan] fix a borrow checker issue in TREL

The TREL counter was borrowed when calling into OpenThread to handle
a received frame, which result in a reentrant call into lowpan to
send out the TREL ack which also requires to borrow the TREL counter.

Original-Bug: b/331377908
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1015492
Original-Revision: ec8000359537a12a97196f71457dc880e749ebf3
GitOrigin-RevId: fbb73c68119159bafefd7a11920081cf4e087602
Change-Id: I459a3cd74c875314afd9cfcdd406e8fdf75c7dc1
1 file changed
tree: e13466d856de3a5b24ce37cb40578722168cd79f
  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.