[roll] Roll fuchsia [wlan][mlme] Move channel check out of States and into BoundClient

The MLME client state machine should not need to check the channel of
received frames since BoundClient can determine whether received
frames are on channel or not before they reach the state machine.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/824270
Original-Revision: 1d1094d5090e8b52224cd0572e44107eff3dd172
GitOrigin-RevId: bdd62d34c5b3742fcda6c8aca8172eb4d5d25bbb
Change-Id: I2ad6475e9a00474c2668f530936e5a90df2c1db1
1 file changed
tree: 66ffb6fe8e833a6f4ceed54d303bd71a6ee77be7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.