[roll] Roll fuchsia [brcmfmac] Check null pointer in set btcoex mode

There seems to be a path where during interface deletion the btcoex
module has already detached when we call set btcoex mode. This causes a
null pointer deference and a crash.

Resolve this by checking if the btcoex info is still valid and returning
an error if it's not.

Original-Fixed: 434933032
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1515276
Original-Revision: 24d43ade092883b3416dfcacf2a2d1351b6df159
GitOrigin-RevId: 332e4899c6fa5a421e7840b5b5c4292d1ca24d14
Change-Id: Ib8cec271954662c88c76c76c74849eec86ed85aa
1 file changed
tree: 62ef3861194287aefcb2d18aeabc603fc2569b4a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.