Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi: mt7603: Set WMM EDCA queue parameters upon receiving slot time change event #941

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

morse-sophronia
Copy link

The TX queue parameters control how packets are transmitted and retransmitted in the network, including timing for retries, backoff intervals, and queue timeouts. These parameters rely on the slot time, which is a critical timing unit used by the MAC protocol for collision avoidance and backoff calculations. Changing the slot time without updating the TX queue parameters can cause mismatches in timing, leading to inefficiencies, increased collisions, and reduced network performance. Proper synchronization ensures smooth and efficient medium access.

@morse-sophronia morse-sophronia changed the title The TX queue parameters control how packets are transmitted and retransmitted in the network, including timing for retries, backoff intervals, and queue timeouts. These parameters rely on the slot time, which is a critical timing unit used by the MAC protocol for collision avoidance and backoff calculations. Changing the slot time without updating the TX queue parameters can cause mismatches in timing, leading to inefficiencies, increased collisions, and reduced network performance. Proper synchronization ensures smooth and efficient medium access.wifi: mt76: mt7603: set edca params after slot time change event Set WMM EDCS queue parameters upon receiving slot time change event Dec 18, 2024
@morse-sophronia morse-sophronia changed the title Set WMM EDCS queue parameters upon receiving slot time change event wifi: mt7603: Set WMM EDCS queue parameters upon receiving slot time change event Dec 18, 2024
@morse-sophronia morse-sophronia changed the title wifi: mt7603: Set WMM EDCS queue parameters upon receiving slot time change event wifi: mt7603: Set WMM EDCA queue parameters upon receiving slot time change event Dec 18, 2024
@morse-sophronia morse-sophronia force-pushed the master branch 2 times, most recently from 3b39847 to 33b7cad Compare December 19, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant