CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/05 07:56:50
Modified files:
sys/dev/pci : if_iwmreg.h
Log message:
Update iwm(4) firmware API documentation with respect to sequence number
related fields in Tx commands and responses:
- IWM_AGG_TX_STATE_SEQ_NUM_MSK does not exist, remove it from documentation
- In our case, iwm_agg_tx_status's "sequence" field contains the Tx queue ID
and index of aggregated subframes, not sequence numbers. Update the struct
definition accordingly. (This struct is not used yet.)
- iwm_tx_resp and iwm_ba_notif contain frame header sequence control fields.
Be explicit about this in documentation.
I don't understand which frame the sequence control field in iwm_ba_notif
corresponds to. Leave a comment about that. iwlwifi doesn't use this field.