commit | 6167434abaf3683c6200296b6da70e225b2dfd1f | [log] [tgz] |
---|---|---|
author | Christopher Chopp <cchopp@codeaurora.org> | Thu Mar 05 12:40:23 2020 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Apr 30 14:56:15 2020 -0700 |
tree | 7330177802d7fec5738f0029fde6f9a5167c29ed | |
parent | 691e08d1cbc96d1542a553ca328574fc70877cd5 [diff] |
qca-wifi: Add frame types to TX Capture The current implementation of the TX Capture feature assumes a non QoS 3 address frame for each frame. If a frame is a QoS frame, the extra fields are manually added, but if the frame is a 4 address frame, there is no handling. Add QoS, 4 address and 4 address QoS frame types to the TX Capture feature and update accordingly. Change-Id: Idd7f8f55a5543718f52bc38be396d671b87b54bd CRs-Fixed: 2636684