[Bug 277416] LinuxKPI w/ LKPI_80211_HW_CRYPTO: add/organize crypto debug flag in LinuxKPI

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 01 Mar 2024 16:18:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277416

            Bug ID: 277416
           Summary: LinuxKPI w/ LKPI_80211_HW_CRYPTO: add/organize crypto
                    debug flag in LinuxKPI
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: wireless
          Assignee: wireless@FreeBSD.org
          Reporter: cc@FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.