[nssqdisc] Add nssbf support to nssqdisc
Conflicts:
nss_api_if.h
nss_hlos_if.h
nss_qdisc.c
nss_tx_rx.c
Change-Id: I03e3fd82becc0305f9f97cd6c2b09fde586172b9
Signed-off-by: Sakthi Vignesh Radhakrishnan <sradhakr@codeaurora.org>
diff --git a/nss_init.c b/nss_init.c
index aeb3903..54e96c6 100755
--- a/nss_init.c
+++ b/nss_init.c
@@ -48,7 +48,7 @@
* Global declarations
*/
int nss_ctl_redirect __read_mostly = 0;
-int nss_ctl_debug __read_mostly = 0;
+int nss_ctl_debug __read_mostly = 1;
/*
* PM client handle
@@ -903,6 +903,11 @@
nss_stats_init();
/*
+ * TODO: Remove before commit
+ */
+ nss_hal_debug_enable();
+
+ /*
* Register sysctl table.
*/
nss_dev_header = register_sysctl_table(nss_root);