Update QCA vendor attribute to indicate maximum PCL attributes
Add the enum qca_wlan_vendor_attr_pcl elements to mark the maximum value of the defined attributes for the preferred channel list. This is helpful for nla_parse(). Signed-off-by: Sreeramya Soratkal <quic_ssramya@quicinc.com>
This commit is contained in:
parent
19169a53aa
commit
9d5fd33282
1 changed files with 4 additions and 0 deletions
|
@ -5864,6 +5864,10 @@ enum qca_wlan_vendor_attr_pcl {
|
|||
* bit 3 set: channel should be excluded in GO negotiation
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_PCL_FLAG = 4,
|
||||
|
||||
/* Keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_PCL_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_PCL_MAX = QCA_WLAN_VENDOR_ATTR_PCL_LAST - 1
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue