Reserve QCA vendor specific nl80211 commands 20..33

These are reserved for QCA use.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2014-06-05 16:55:48 +03:00 committed by Jouni Malinen
parent 84df167554
commit 2a57c33e25

View file

@ -52,7 +52,7 @@ enum qca_nl80211_vendor_subcmds {
QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY = 11, QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY = 11,
QCA_NL80211_VENDOR_SUBCMD_NAN = 12, QCA_NL80211_VENDOR_SUBCMD_NAN = 12,
QCA_NL80211_VENDOR_SUBMCD_STATS_EXT = 13, QCA_NL80211_VENDOR_SUBMCD_STATS_EXT = 13,
/* 14..19 - reserved for QCA */ /* 14..33 - reserved for QCA */
}; };