|
@@ -433,7 +433,7 @@ static const hdd_freq_chan_map_t freq_chan_map[] = {
|
|
|
/* Private ioctls and their sub-ioctls */
|
|
|
#define WLAN_PRIV_SET_TWO_INT_GET_NONE (SIOCIWFIRSTPRIV + 28)
|
|
|
#define WE_SET_SMPS_PARAM 1
|
|
|
-#ifdef DEBUG
|
|
|
+#ifdef WLAN_DEBUG
|
|
|
#define WE_SET_FW_CRASH_INJECT 2
|
|
|
#endif
|
|
|
#define WE_DUMP_DP_TRACE_LEVEL 3
|
|
@@ -9824,7 +9824,7 @@ static int __iw_set_two_ints_getnone(struct net_device *dev,
|
|
|
| value[2],
|
|
|
VDEV_CMD);
|
|
|
break;
|
|
|
-#ifdef DEBUG
|
|
|
+#ifdef WLAN_DEBUG
|
|
|
case WE_SET_FW_CRASH_INJECT:
|
|
|
hdd_err("WE_SET_FW_CRASH_INJECT: %d %d",
|
|
|
value[1], value[2]);
|
|
@@ -11093,7 +11093,7 @@ static const struct iw_priv_args we_private_args[] = {
|
|
|
IW_PRIV_TYPE_BYTE | sizeof(struct dot11p_channel_sched),
|
|
|
0, "set_dot11p" }
|
|
|
,
|
|
|
-#ifdef DEBUG
|
|
|
+#ifdef WLAN_DEBUG
|
|
|
{WE_SET_FW_CRASH_INJECT,
|
|
|
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2,
|
|
|
0, "crash_inject"}
|