[roll] Roll fuchsia [wlan][iwlwifi] Remove device_mac_ops and wlan_softmac_ops

The operations exported by the device_mac_ops and wlan_softmac_ops
should be accessed instead through the public interfaces of
WlanphyImplDevice and WlanSoftmacDevice.  This change removes those
ops structure instances, and routes test code through the *Device
interfaces instead.

Concordantly, mvm-mlme-test.cc is now split into
wlanphy-impl-device-test.cc and wlan-softmac-device-test.

Original-Bug: 63618
Test: fx test iwlwifi_test, booted and connected to WLAN on NUC

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/626385
Original-Revision: 08e0608e22dbaa6cb86bb9bae85d8d67f4d5db41
GitOrigin-RevId: 5462e6d6dcad252a0fd2f102b711104e141895b2
Change-Id: I89a232b0ba55f187229004ca14cf99f2e7f5abff
1 file changed
tree: 5e1d0c8bc74201801be2de3a3a22513587618dca
  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
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.