[qca-nss-drv] Add QRFS driver support in nss-drv

Add QRFS driver functions to send QRFS flow rule messages to NSS firmware and
handle the response messages from NSS firmware.

Change-Id: I793b22a170f37a21811a36f400fe8bc7aff7d8f1
Signed-off-by: Yu Huang <yuhuang@codeaurora.org>
diff --git a/nss_init.c b/nss_init.c
index 870990d..738c9eb 100644
--- a/nss_init.c
+++ b/nss_init.c
@@ -1,6 +1,6 @@
 /*
  **************************************************************************
- * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
  * above copyright notice and this permission notice appear in all copies.
@@ -702,6 +702,11 @@
 	nss_capwap_init();
 
 	/*
+	 * Init QRFS
+	 */
+	nss_qrfs_init();
+
+	/*
 	 * INIT ppe on supported platform
 	 */
 	if (of_machine_is_compatible("qcom,ipq807x")) {