From f907ab4453b4a82e2fba489a2f4dadc2ea24bc3d Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 14 Dec 2018 21:00:54 -0800 Subject: [PATCH] qcacld-3.0: Remove HDD_P2P_WILDCARD_SSID macros The following macros have neer been used by the current version of the driver, so remove them: - HDD_P2P_WILDCARD_SSID - HDD_P2P_WILDCARD_SSID_LEN Change-Id: Ice446d0e6a9f6a1e95b16267a3cb6aebf85cf5ad CRs-Fixed: 2368717 --- core/hdd/src/wlan_hdd_cfg80211.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/hdd/src/wlan_hdd_cfg80211.h b/core/hdd/src/wlan_hdd_cfg80211.h index 2c19badede..12dfc99ac0 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.h +++ b/core/hdd/src/wlan_hdd_cfg80211.h @@ -57,9 +57,6 @@ struct hdd_context; #define SA_QUERY_FRAME_RSP "\x08\x01" #define SA_QUERY_FRAME_RSP_SIZE 2 -#define HDD_P2P_WILDCARD_SSID "DIRECT-" -#define HDD_P2P_WILDCARD_SSID_LEN 7 - #define WNM_BSS_ACTION_FRAME "\x0a\x07" #define WNM_BSS_ACTION_FRAME_SIZE 2