Browse Source

qcacmn: Remove COMMON_VENDOR_COMMANDS

Remove the unused macro COMMON_VENDOR_COMMANDS.

Change-Id: I883504ce7bada776273cea7cd5e6f93f76ff2f7e
CRs-Fixed: 2493963
Min Liu 5 years ago
parent
commit
4afe02904e
1 changed files with 0 additions and 16 deletions
  1. 0 16
      os_if/linux/wlan_cfg80211.h

+ 0 - 16
os_if/linux/wlan_cfg80211.h

@@ -56,22 +56,6 @@
 #define osif_nofl_debug(params...) \
 	QDF_TRACE_DEBUG_NO_FL(QDF_MODULE_ID_OS_IF, params)
 
-#define COMMON_VENDOR_COMMANDS						\
-{ 									\
-	.info.vendor_id = OUI_QCA,					\
-	.info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION,\
-	.flags = WIPHY_VENDOR_CMD_NEED_WDEV |				\
-		 WIPHY_VENDOR_CMD_NEED_NETDEV,				\
-	.doit = NULL							\
-},									\
-{									\
-	.info.vendor_id = OUI_QCA,					\
-	.info.subcmd = QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION,\
-	.flags = WIPHY_VENDOR_CMD_NEED_WDEV |				\
-		WIPHY_VENDOR_CMD_NEED_NETDEV,				\
-	.doit = NULL							\
-},
-
 #undef nla_parse
 #undef nla_parse_nested
 #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)