[roll] Roll fuchsia [brcmfmac] Adjust max TX glom frames

Recently the MTU in the driver was increased from 1500 to 1514, along
with that products are moving to ns3 which is better at utilizing frame
space. This resulted in the total size of a TX glom batch exceeding the
unsigned 16-bit limit in the glomming protocol header.

Adjust the maximum number of frames transmitted at a time to match the
maximum number of frames that can be TX glommed. Also add an error
message to indicate if the total size exceeds the maximum value. In the
future, this should ideally be improved to better recover if this
happens.

Original-Bug: 402604249
Test: Manual testing
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1228148
Original-Revision: 32fc9774e3d8c27e665c91447225788ded74d298
GitOrigin-RevId: 01398125094993a4595d91bdab0e191e074cbcd3
Change-Id: I651eeaa208b0ae5c95b39e052674d270e3b69e2b
1 file changed
tree: 82e16b6886311728a21aa8a96991dbbea1900b02
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.