[driver][wlan] Fix HT capability negotiation for Ralink

 - Correct the false claim of LDPC for Ralink chipset
 - Reflects the BlockAck Session buffer size of the Ralink chipset
 - Enable a primitive negotiation on the BlockAck buffer size
   between the originator (AP) and the responder (Client)
 - Add warning notes and TODOs

APs from different vendors exhibited different behaviors in this regards.
Aruba AP has been most stringent. This CL unblocks that case.
As a result, Fuchsia with Ralink WiFi chipset can receive the HT MCS
frames sent from Aruba AP.

NET-232 #done
NET-208 #done

Change-Id: I8427bd38a01cd69783e1e3b82210f48622900105
2 files changed
tree: 3556eec2613739047eb46083cf95bc1461e38da1
  1. bin/
  2. docs/
  3. drivers/
  4. examples/
  5. go/
  6. lib/
  7. manifest/
  8. packages/
  9. public/
  10. .clang-format
  11. .dir-locals.el
  12. .gitattributes
  13. .gitignore
  14. AUTHORS
  15. CONTRIBUTING.md
  16. LICENSE
  17. PATENTS
  18. README.md
README.md

Garnet

This repository contains the Garnet layer of the Fuchsia stack.