There is `IEEE80211_MSG_CRYPTO` debug flag when `IEEE80211_DEBUG` is defined, but there is no `D80211_TRACE_CRYPTO` debug flag when `LINUXKPI_DEBUG_80211` is defined. Currently, some of the *lkpi* crypto debug message is using `D80211_TRACE`, which mixes with other debug purpose messages. This makes it hard debugging and swimming in the mess of messages. This PR is tracking such issue as the subject describes.
(In reply to Cheng Cui from comment #0) My mistake, currently all the `LKPI_80211_HW_CRYPTO` code blocks do not use any trace flag. So I must have made a mistake with the `D80211_TRACE` when working with some of the crypto patches in review. But maybe this PR can still be used to track future crypto debug flag. Just not a high priority.
Closing this (along with the others) as they seem to be overcome by events.