[roll] Roll fuchsia [wlan] Remove old driver features from softmac.

The old driver features enum has been replaced by driver feature
queries. This change removes the old driver features from softmac and
drivers that implement softmac. The old driver features are no longer
used by higher layers in the stack. This change passes ACTS suite
VapeInteropTest.

This change also removes softmac references to phyinfo.fidl.
phyinfo.fidl only contains a representation of the old driver features,
which are no longer used by softmac. Future changes will remove other
references to phyinfo.fidl (e.g. in MLME), and then remove
phyinfo.fidl entirely.

Original-Bug: 88315
Test: fx test iwlwifi_test wlan-hw-sim-test wlancfg-tests \
              wlanstack-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/680151
Original-Revision: efe1cd36e44ba4f85e4d0097b0ba4c085d0621af
GitOrigin-RevId: 2e532704faf4456b8d990ae3ee9ab571337edaf9
Change-Id: I44cc52d57232bea1448cdf80f9abb357e923206e
1 file changed
tree: 71ed50d22a3b0617366ee9afd6e9abe60ac1d1c7
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  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.