qcacld-3.0: Rename ENTER/EXIT macros (part 4)

In order to better align with the rest of the driver, rename the
following macros:
 * ENTER -> hdd_enter
 * ENTER_DEV -> hdd_enter_dev
 * EXIT -> hdd_exit

For part 4, migrate usages of ENTER_DEV

Change-Id: I53628486c9acf5c444c2a97c40ab02324e9a00d7
CRs-Fixed: 2205843
diff --git a/core/hdd/src/wlan_hdd_softap_tx_rx.c b/core/hdd/src/wlan_hdd_softap_tx_rx.c
index af2812d..98a788a 100644
--- a/core/hdd/src/wlan_hdd_softap_tx_rx.c
+++ b/core/hdd/src/wlan_hdd_softap_tx_rx.c
@@ -1081,7 +1081,7 @@
 	uint8_t sta_id = WLAN_MAX_STA_COUNT;
 	QDF_STATUS qdf_status;
 
-	ENTER_DEV(adapter->dev);
+	hdd_enter_dev(adapter->dev);
 
 	qdf_status = hdd_softap_get_sta_id(adapter, pDestMacAddress, &sta_id);
 	if (QDF_STATUS_SUCCESS != qdf_status) {