src: Trace association and link events via MM_HALOW_TRACE_ASYNC_EV. - #5
Merged
Merged
Conversation
dpgeorge
reviewed
Sep 18, 2026
kwagyeman
force-pushed
the
kwabena/halow-trace-async
branch
from
September 18, 2026 00:30
d971995 to
44ec60a
Compare
The MM_HALOW_TRACE_ASYNC_EV trace bit was defined but never emitted, so enabling it (or the whole trace mask) showed nothing for the control plane -- only the datapath ETH_TX/ETH_RX bits produced output, and those stay silent until frames flow, which they do not before association. Emit the station state transitions, the mmwlan_sta_enable result, link up/down and fatal errors under that bit, with MM_HALOW_PRINTF at run time, so an association that never completes is diagnosable on a normal build without an MM_HALOW_DEBUG rebuild. Signed-off-by: Kwabena W. Agyeman <kwagyeman@live.com>
kwagyeman
force-pushed
the
kwabena/halow-trace-async
branch
from
September 18, 2026 00:40
44ec60a to
aa4b59e
Compare
Collaborator
Author
|
Done both. The event traces now use the I left the fatal-error trace without an |
dpgeorge
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The MM_HALOW_TRACE_ASYNC_EV trace bit was defined but never emitted, so enabling it (or the whole trace mask) showed nothing for the control plane -- only the datapath ETH_TX/ETH_RX bits produced output, and those stay silent until frames flow, which they do not before association.
Emit the station state transitions, the mmwlan_sta_enable result, link up/down and fatal errors under that bit, with MM_HALOW_PRINTF at run time, so an association that never completes is diagnosable on a normal build without an MM_HALOW_DEBUG rebuild.