Remove unused fields in shaper assign and unassign response data structures

Change-Id: Icf2c5eff74589f5fd3f0cc43702945e74838cd6c
Signed-off-by: Sakthi Vignesh Radhakrishnan <sradhakr@codeaurora.org>
diff --git a/nss_if.h b/nss_if.h
index d01250c..df3e5ad 100755
--- a/nss_if.h
+++ b/nss_if.h
@@ -21,6 +21,8 @@
 #ifndef __NSS_IF_H
 #define __NSS_IF_H
 
+#include "nss_shaper.h"
+
 /*
  * Message numbers
  */
@@ -46,9 +48,9 @@
 	NSS_IF_ERROR_NO_ISHAPER,
 	NSS_IF_ERROR_NO_BSHAPER,
 	NSS_IF_ERROR_ISHAPER_OLD,
-	NSS_IF_ERROR_B_SHAPER_OLD,
-	NSS_IF_ERROR_I_SHAPER_CONFIG_FAILED,
-	NSS_IF_ERROR_B_SHAPER_CONFIG_FAILED,
+	NSS_IF_ERROR_BSHAPER_OLD,
+	NSS_IF_ERROR_ISHAPER_CONFIG_FAILED,
+	NSS_IF_ERROR_BSHAPER_CONFIG_FAILED,
 	NSS_IF_ERROR_TYPE_UNKNOWN,
 	NSS_IF_ERROR_TYPE_EOPEN,
 };
@@ -100,7 +102,6 @@
 	uint8_t mac_addr[ETH_ALEN];	/* MAC address */
 };
 
-
 /*
  * Message structure to send/receive phys i/f commands
  */