瀏覽代碼

qcacmn: Update QCA mDNS Offload vendor command

Update kernel documentation of mDNS offload vendor command.

Change-Id: I939e0e6c48731f42691ab9952184695be40ba3a0
CRs-Fixed: 3026714
Aditya Kodukula 3 年之前
父節點
當前提交
4b05def09d
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      os_if/linux/qca_vendor.h

+ 6 - 6
os_if/linux/qca_vendor.h

@@ -11406,11 +11406,11 @@ enum qca_wlan_vendor_attr_radar_history {
  *	%QCA_WLAN_VENDOR_ATTR_MDNS_OFFLOAD_ANSWER_RESOURCE_RECORDS_COUNT
  *	%QCA_WLAN_VENDOR_ATTR_MDNS_OFFLOAD_ANSWER_PAYLOAD
  *
- * @QCA_WLAN_VENDOR_ATTR_MDNS_OFFLOAD_FQDN: Required Null terminated string
- * attribute. It consists of a hostname and ".local" as the domain name.
- * The character set is limited to UTF-8 encoding. The maximum allowed size
- * is 64 bytes. It is used to compare the domain the in the "QU" query.
- * Only 1 FQDN is supported per vdev.
+ * @QCA_WLAN_VENDOR_ATTR_MDNS_OFFLOAD_FQDN: Required string attribute.
+ * It consists of a hostname and ".local" as the domain name. The character
+ * set is limited to UTF-8 encoding. The maximum allowed size is 63 bytes.
+ * It is used to compare the domain the in the "QU" query. Only 1 FQDN is
+ * supported per vdev.
  * For example: myphone.local
  *
  * @QCA_WLAN_VENDOR_ATTR_MDNS_OFFLOAD_ANSWER_RESOURCE_RECORDS_COUNT: Required
@@ -11424,7 +11424,7 @@ enum qca_wlan_vendor_attr_radar_history {
  * records of various types (Eg: A, AAAA, PTR, TXT) and service list. This
  * payload is passed down to firmware and is transmitted in response to
  * mDNS queries.
- * The maximum size of the answer payload supported is 1500 bytes.
+ * The maximum size of the answer payload supported is 512 bytes.
  */
 enum qca_wlan_vendor_attr_mdns_offload {
 	QCA_WLAN_VENDOR_ATTR_MDNS_OFFLOAD_INVALID = 0,