qcacmn: Match comments for policy OFFLOADED_PACKETS to upstream
The comments for the policy OFFLOADED_PACKETS table do not match that in the upstream code. Change the comments so that they match the upstream version. Change-Id: Ie2a7a3304eb10cc0633070154c581d216fd6e0cb CRs-Fixed: 2703061
This commit is contained in:
@@ -4438,18 +4438,16 @@ enum qca_wlan_vendor_attr_data_offload_ind {
|
||||
QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST - 1
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* enum qca_wlan_vendor_attr_offloaded_packets - Used by the vendor command
|
||||
* QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS.
|
||||
*/
|
||||
enum qca_wlan_vendor_attr_offloaded_packets {
|
||||
QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_INVALID = 0,
|
||||
/*
|
||||
* Takes valid value from the enum
|
||||
/* Takes valid value from the enum
|
||||
* qca_wlan_offloaded_packets_sending_control
|
||||
* Unsigned 32-bit value
|
||||
**/
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL,
|
||||
/* Unsigned 32-bit value */
|
||||
QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_REQUEST_ID,
|
||||
@@ -4461,11 +4459,9 @@ enum qca_wlan_vendor_attr_offloaded_packets {
|
||||
QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_DST_MAC_ADDR,
|
||||
/* Unsigned 32-bit value, in milli seconds */
|
||||
QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_PERIOD,
|
||||
/*
|
||||
* This attribute is used and optional for specifying
|
||||
* ethernet protocol type, if not specified it will default to ipv4
|
||||
* Unsigned 16-bit value
|
||||
**/
|
||||
/* This optional unsigned 16-bit attribute is used for specifying
|
||||
* ethernet protocol type. If not specified ethertype defaults to IPv4.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_ETHER_PROTO_TYPE,
|
||||
|
||||
/* keep last */
|
||||
|
Reference in New Issue
Block a user