From 9578413455158e7f90340a532e1654f152d02daa Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 27 Oct 2015 00:02:50 +0200 Subject: [PATCH] Reserve QCA vendor specific nl80211 commands 110..114 These are reserved for QCA use. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index e4a218e2b..88369e796 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -160,6 +160,7 @@ enum qca_nl80211_vendor_subcmds { QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE = 107, QCA_NL80211_VENDOR_SUBCMD_OTA_TEST = 108, QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE = 109, + /* 110..114 - reserved for QCA */ };