diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2016-06-30 15:45:24 -0700 |
|---|---|---|
| committer | Nandini Suresh <snandini@codeaurora.org> | 2016-07-13 17:22:14 -0700 |
| commit | e2d30d000ced0aa264ce83a8212173db93d97850 (patch) | |
| tree | 237b2fff9c6299fc905c8fa7b883a166ba1742f9 | |
| parent | b90586c3bc4bcfe19127fb4efcae9c71d6278c83 (diff) | |
qcacld-3.0: Convert wlan_hdd_hostapd.c to unified logging [7/7]
Currently the HDD code uses a variety of logging APIs. In qcacld-3.0
HDD should converge on a unified set of logging APIs. Update
wlan_hdd_hostapd.c to use the unified set of APIs. Since there are a
large number of changes in this file, perform the conversion in
phases.
For phase 7 set the HDD_DISALLOW_LEGACY_HDDLOG flag so that no future
changes can introduce new instances of legacy logging.
Change-Id: Ia76d147a57bbc2f1361f8574d226447d0e4c8408
CRs-Fixed: 937661
| -rw-r--r-- | core/hdd/src/wlan_hdd_hostapd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_hostapd.c b/core/hdd/src/wlan_hdd_hostapd.c index c3d327f755bf..c17461656c2f 100644 --- a/core/hdd/src/wlan_hdd_hostapd.c +++ b/core/hdd/src/wlan_hdd_hostapd.c @@ -31,6 +31,9 @@ * WLAN Host Device Driver implementation */ +/* denote that this file does not allow legacy hddLog */ +#define HDD_DISALLOW_LEGACY_HDDLOG 1 + /* Include Files */ #include <linux/version.h> |
