Merge "qcacmn: Correct OEM signature string for POS utils" into wlan-cmn.driver.lnx.2.0-dev
diff --git a/umac/wifi_pos/src/wifi_pos_main.c b/umac/wifi_pos/src/wifi_pos_main.c
index 0566d3d..541fac7 100644
--- a/umac/wifi_pos/src/wifi_pos_main.c
+++ b/umac/wifi_pos/src/wifi_pos_main.c
@@ -278,7 +278,7 @@
 			req->pid, req->buf_len);
 
 	sign_str = (char *)req->buf;
-	/* Registration request is only allowed for Qualcomm Application */
+	/* Registration request is only allowed for QTI Application */
 	if ((OEM_APP_SIGNATURE_LEN != req->buf_len) ||
 		(strncmp(sign_str, OEM_APP_SIGNATURE_STR,
 			 OEM_APP_SIGNATURE_LEN))) {
diff --git a/umac/wifi_pos/src/wifi_pos_utils_i.h b/umac/wifi_pos/src/wifi_pos_utils_i.h
index 4ee74ad..b49c83d 100644
--- a/umac/wifi_pos/src/wifi_pos_utils_i.h
+++ b/umac/wifi_pos/src/wifi_pos_utils_i.h
@@ -60,10 +60,10 @@
 	wifi_pos_logfl(QDF_TRACE_LEVEL_DEBUG, format, ## args)
 
 #define OEM_APP_SIGNATURE_LEN      16
-#define OEM_APP_SIGNATURE_STR      "QUALCOMM-OEM-APP"
+#define OEM_APP_SIGNATURE_STR      "QTI-OEM-APP"
 
 #define OEM_TARGET_SIGNATURE_LEN   8
-#define OEM_TARGET_SIGNATURE       "QUALCOMM"
+#define OEM_TARGET_SIGNATURE       "QTI"
 
 #define OEM_CAP_MAX_NUM_CHANNELS   128
 
@@ -139,7 +139,7 @@
 
 /**
  * struct wifi_pos_driver_caps - OEM Data Capabilities
- * @oem_target_signature: Signature of chipset vendor, e.g. QUALCOMM
+ * @oem_target_signature: Signature of chipset vendor, e.g. QTI
  * @oem_target_type: Chip type
  * @oem_fw_version: Firmware version
  * @driver_version: Host software version