You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtl8733b: drop the dead _tssi_cck member, fix the doc drift
Review follow-ups on #396, all doc/consistency — no behavioural change.
- `_tssi_cck` went write-only when `select_tssi_rate_table` was deleted: set
in `configure_tx_power`, cleared in `Stop()`, read nowhere. Deleted rather
than kept for a reader that does not exist.
- The table-selection comment claimed vendor-equivalent keying without saying
the canonical flow reaches it with no mode configured — txdemo calls
`InitWrite` before `SetTxMode`, so `_tx_mode_default` is usually unset and a
`DEVOURER_TX_RATE=1M` session loads the OFDM/HT table. Left as is (the two
tables are the same bits below +18 and the part plateaus at +8), but the
comment now says so instead of implying parity.
- Root `CLAUDE.md` and `src/rtl8733b/CLAUDE.md` still placed the `disable_cca`
warning at `InitWrite` after this PR moved it to `bring_up_to_phy`.
- `docs/rtl8733b.md` narrated two runs in terms of per-frame TSSI table
switching, a path this PR deletes and which cannot be reproduced on this
tree. The rate-coverage and thermal evidence stays; the mechanism framing
goes, with the tables' identity at those deltas stated instead.
53/53, RTL8733B-only ASan+UBSan 49/49.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments