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
All three Jaguar generations hardcoded a per-frame TX retry limit of 12
(jaguar1: SET_TX_DESC_DATA_RETRY_LIMIT, jaguar2/3:
RTS_DATA_RTY_LMT in the fill_data_tx_desc builders). On a busy
half-duplex link the chip retried each frame up to 12x on collision,
flooding the air and blinding the receiver — consecutive video fragments
lost, downlink FEC cannot repair.
Now every chip honors cfg.tx.retry_limit (env DEVOURER_TX_RETRY_LIMIT),
applied per frame with tx_desc re-checksum; the A-MPDU path uses it too.
Default 0 restores the pre-regression behaviour (verified: 0 losses with
alink enabled on 8812AU).
0 commit comments