[roll] Roll fuchsia [iwlwifi] Fix tx rate setting for each tx packet

Previously the tx rate in the tx cmd for all outgoing packets were set
to a fixed value(IWL_FIRST_OFDM_RATE), but for data packets, this rate
should be controlled by LQ_CMD. This CL modified the logic to skip rate
setting in tx cmd for data packets after association.

Original-Bug: 89011
Test:
1. According to the pcap files after this change, our device can send
out packets with HT rates.
2. Test case added in mvm-test.cc.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/609962
Original-Revision: cd273e39b6afc3e317c21c64d2a58c0839ac6292
GitOrigin-RevId: 7dd489c602f113f7ab89889e6b6bf23d79d2db21
Change-Id: I7945408a688e44bba1f09ba3b49203a3546f8799
1 file changed
tree: 638e91cfacae0c5aedae899b02b838e7f40702f3
  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
  12. 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.