Page MenuHomeFreeBSD

Fix tx power (diff) calculation for rtl8812au/rtl8821au
ClosedPublic

Authored by kevlo on Nov 18 2016, 9:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 4:31 PM
Unknown Object (File)
Tue, Nov 12, 9:24 PM
Unknown Object (File)
Tue, Nov 12, 8:53 PM
Unknown Object (File)
Tue, Nov 12, 3:03 AM
Unknown Object (File)
Mon, Nov 11, 12:05 AM
Unknown Object (File)
Thu, Nov 7, 6:08 AM
Unknown Object (File)
Sep 23 2024, 10:44 AM
Unknown Object (File)
Sep 23 2024, 1:32 AM
Subscribers
None

Details

Summary

The diff fixes two bugs for RTL8812AU/RTL8821AU

  1. the Tx power (diff) values should be signed
  2. fix diff calculation; For example, the values of pwr_diff_2g->diff123[0].ofdm_cck and pwr_diff_2g->diff123[0].ht40_ht20 were not calculated

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevlo retitled this revision from to Fix tx power (diff) calculation for rtl8812au/rtl8821au.
kevlo updated this object.
kevlo edited the test plan for this revision. (Show Details)
kevlo added reviewers: avos, adrian.
adrian edited edge metadata.
This revision is now accepted and ready to land.Nov 18 2016, 6:07 PM

(but definitely get avos@ input before comimtting!)

avos edited edge metadata.

Yes, this is off-by-one bug. Thanks!

RTL8821AU

It does not use these fields (1T1R); that's why it went unnoticed.

This revision was automatically updated to reflect the committed changes.