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:
Sreeramya Soratkal 2021-12-14 17:40:46 +05:30 committed by Jouni Malinen
parent 19169a53aa
commit 9d5fd33282

View file

@ -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
};
/**