Add new attributes in SCS rule config QCA vendor subcommand
Add new attributes for the destination MAC address and netdev index in SCS rule config subcommand. Signed-off-by: Harsh Kumar Bijlani<quic_hbijlani@quicinc.com>
This commit is contained in:
parent
7d8b96dcfd
commit
75a9c4bd4d
1 changed files with 9 additions and 0 deletions
|
@ -13384,6 +13384,13 @@ enum qca_wlan_vendor_attr_coap_offload {
|
|||
* @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_SERVICE_CLASS_ID: Optional u16
|
||||
* attribute.
|
||||
* Represents the service class id of the configured SCS rule.
|
||||
*
|
||||
* @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_DST_MAC_ADDR: Optional 6 bytes
|
||||
* MAC address.
|
||||
* Represents the destination MAC address in the rule.
|
||||
*
|
||||
* @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_NETDEV_IF_INDEX: Optional u32 attribute
|
||||
* Represents the netdevice interface index in the rule.
|
||||
*/
|
||||
enum qca_wlan_vendor_attr_scs_rule_config {
|
||||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_INVALID = 0,
|
||||
|
@ -13406,6 +13413,8 @@ enum qca_wlan_vendor_attr_scs_rule_config {
|
|||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_FILTER_MASK = 17,
|
||||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_FILTER_VALUE = 18,
|
||||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_SERVICE_CLASS_ID = 19,
|
||||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_DST_MAC_ADDR = 20,
|
||||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_NETDEV_IF_INDEX = 21,
|
||||
|
||||
/* Keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_AFTER_LAST,
|
||||
|
|
Loading…
Reference in a new issue