This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qcacmn: Disable all of qdf_trace when WLAN_DEBUG is disabled
Some parts of qcacld-3.0 still print their garbage to dmesg even when WLAN_DEBUG is disabled because the qdf_trace utilities are still available. Compiling out qdf_trace when WLAN_DEBUG is off fixes that up nicely. Signed-off-by: Sultan Alsawaf <[email protected]>
- Loading branch information
1 parent
22cf0a6
commit 3c09d61
Showing
2 changed files
with
138 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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