Makefile and nss_qdisc modifications to enable qdiscs via the new APIs
Fix debug statements in nss_phys_if and nss_virt_if
Fix bugs in nss_if.[c|h] files

Change-Id: I7d383cb88997bf60eeb002e987fd8ec12d512600
Signed-off-by: Sakthi Vignesh Radhakrishnan <sradhakr@codeaurora.org>
diff --git a/nss_if.c b/nss_if.c
index c0b561b..28a7067 100755
--- a/nss_if.c
+++ b/nss_if.c
@@ -181,8 +181,8 @@
  *	Primary registration for receiving data and msgs from an interface.
  */
 struct nss_ctx_instance *nss_if_register(uint32_t if_num,
-				nss_phys_if_rx_callback_t rx_callback,
-				nss_phys_if_msg_callback_t msg_callback,
+				nss_if_rx_callback_t rx_callback,
+				nss_if_msg_callback_t msg_callback,
 				struct net_device *if_ctx)
 {
 	return NULL;