[qca-nss-drv] Disable empty buffer interrupts for performance improvement
This improves DBDC Wifi uplink CPU utiliation by 5%.

Change-Id: I2723db07df4f5fcb717b9d1fc7a1214ece9f5fc9
CRs-Fixed: 585561
Signed-off-by: Pamidipati, Vijay <vpamidip@codeaurora.org>
diff --git a/nss_hal/ipq806x/nss_hal_pvt.h b/nss_hal/ipq806x/nss_hal_pvt.h
index 837d69e..c915d0e 100755
--- a/nss_hal/ipq806x/nss_hal_pvt.h
+++ b/nss_hal/ipq806x/nss_hal_pvt.h
@@ -25,8 +25,7 @@
 #include "nss_regs.h"
 #include <linux/types.h>
 
-#define NSS_HAL_SUPPORTED_INTERRUPTS (NSS_REGS_N2H_INTR_STATUS_EMPTY_BUFFER_QUEUE | \
-					NSS_REGS_N2H_INTR_STATUS_DATA_COMMAND_QUEUE | \
+#define NSS_HAL_SUPPORTED_INTERRUPTS (NSS_REGS_N2H_INTR_STATUS_DATA_COMMAND_QUEUE | \
 					NSS_REGS_N2H_INTR_STATUS_EMPTY_BUFFERS_SOS)
 
 /*