From 7dbf94150931544c43cca55d55b0a4b4f49049d6 Mon Sep 17 00:00:00 2001 From: Mohit Ghuley Date: Mon, 17 Sep 2018 11:09:30 +0530 Subject: [PATCH] [NEUS7920-477] [9610] wlbt: nlcommands in kernel and supplicant should match nl_commands in include/uapi/linux/nl80211.h and /src/driver/nl80211_copy.h should match SCSC-Bug-Id: SSB-52783 Change-Id: Ic45d90f2a52d54f764a2e4064b010d8d66efee03 Signed-off-by: Mohit Ghuley --- include/uapi/linux/nl80211.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) mode change 100644 => 100755 include/uapi/linux/nl80211.h diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h old mode 100644 new mode 100755 index 3b456638071f..e1c2447ce4c9 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -1205,9 +1205,23 @@ enum nl80211_commands { NL80211_CMD_SET_PMK, NL80211_CMD_DEL_PMK, -#ifdef CONFIG_CFG80211_SLSI_SAE + NL80211_CMD_PORT_AUTHORIZED, + + NL80211_CMD_RELOAD_REGDB, + NL80211_CMD_EXTERNAL_AUTH, -#endif + + NL80211_CMD_STA_OPMODE_CHANGED, + + NL80211_CMD_CONTROL_PORT_FRAME, + + NL80211_CMD_GET_FTM_RESPONDER_STATS, + + NL80211_CMD_PEER_MEASUREMENT_START, + NL80211_CMD_PEER_MEASUREMENT_RESULT, + NL80211_CMD_PEER_MEASUREMENT_COMPLETE, + + NL80211_CMD_NOTIFY_RADAR, /* add new commands above here */ /* used to define NL80211_CMD_MAX below */ -- 2.20.1