Update QCA mDNS Offload vendor command

Update kernel documentation of mDNS offload vendor command.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
master
Aditya Kodukula 3 years ago committed by Jouni Malinen
parent 2341585c34
commit d408e3d19a

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

Loading…
Cancel
Save