Browse Source

qcacld-3.0: Remove undef of passpoint short name macros

Change I39945b2cec90c3f34c81e5ca525842f1af9340f7 ("qcacld-3.0: Refine
the passpoint set/reset logic") removed the definition and usage of
short name macros for the passpoint attributes, but it left behind the
undef of the macros. Since these undefs are pointless, remove them.

Change-Id: I1a381b1ffbeb0f0e97a26ae18dbeb8ad68717af8
CRs-Fixed: 2376940
Jeff Johnson 6 years ago
parent
commit
2d039e6fe0
1 changed files with 1 additions and 6 deletions
  1. 1 6
      core/hdd/src/wlan_hdd_ext_scan.c

+ 1 - 6
core/hdd/src/wlan_hdd_ext_scan.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -4254,11 +4254,6 @@ int wlan_hdd_cfg80211_reset_passpoint_list(struct wiphy *wiphy,
 	return ret;
 }
 
-#undef PARAM_ID
-#undef PARAM_REALM
-#undef PARAM_ROAM_ID
-#undef PARAM_ROAM_PLMN
-
 /**
  * wlan_hdd_cfg80211_extscan_init() - Initialize the ExtScan feature
  * @hdd_ctx: Global HDD context