Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d23ace77 authored by Kalle Valo's avatar Kalle Valo
Browse files

ath6kl: remove unused debug levels



Few levels had only one user so I changed them to use WLAN_CFG.

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent cb64a610
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -20,16 +20,16 @@
#include "hif.h"
#include "hif.h"


enum ATH6K_DEBUG_MASK {
enum ATH6K_DEBUG_MASK {
	ATH6KL_DBG_WLAN_CONNECT = BIT(0),     /* wlan connect */
	/* hole */
	ATH6KL_DBG_WLAN_SCAN    = BIT(1),     /* wlan scan */
	/* hole */
	ATH6KL_DBG_WLAN_TX      = BIT(2),     /* wlan tx */
	ATH6KL_DBG_WLAN_TX      = BIT(2),     /* wlan tx */
	ATH6KL_DBG_WLAN_RX      = BIT(3),     /* wlan rx */
	ATH6KL_DBG_WLAN_RX      = BIT(3),     /* wlan rx */
	ATH6KL_DBG_BMI		= BIT(4),     /* bmi tracing */
	ATH6KL_DBG_BMI		= BIT(4),     /* bmi tracing */
	ATH6KL_DBG_HTC		= BIT(5),
	ATH6KL_DBG_HTC		= BIT(5),
	ATH6KL_DBG_HIF		= BIT(6),
	ATH6KL_DBG_HIF		= BIT(6),
	ATH6KL_DBG_IRQ		= BIT(7),     /* interrupt processing */
	ATH6KL_DBG_IRQ		= BIT(7),     /* interrupt processing */
	ATH6KL_DBG_PM           = BIT(8),     /* power management */
	/* hole */
	ATH6KL_DBG_WLAN_NODE    = BIT(9),     /* general wlan node tracing */
	/* hole */
	ATH6KL_DBG_WMI          = BIT(10),    /* wmi tracing */
	ATH6KL_DBG_WMI          = BIT(10),    /* wmi tracing */
	ATH6KL_DBG_TRC	        = BIT(11),    /* generic func tracing */
	ATH6KL_DBG_TRC	        = BIT(11),    /* generic func tracing */
	ATH6KL_DBG_SCATTER	= BIT(12),    /* hif scatter tracing */
	ATH6KL_DBG_SCATTER	= BIT(12),    /* hif scatter tracing */
+2 −3
Original line number Original line Diff line number Diff line
@@ -691,7 +691,7 @@ void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status)
					 NONE_BSS_FILTER, 0);
					 NONE_BSS_FILTER, 0);
	}
	}


	ath6kl_dbg(ATH6KL_DBG_WLAN_SCAN, "scan complete: %d\n", status);
	ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "scan complete: %d\n", status);
}
}


void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel, u8 *bssid,
void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel, u8 *bssid,
@@ -1051,8 +1051,7 @@ void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason, u8 *bssid,


	del_timer(&vif->disconnect_timer);
	del_timer(&vif->disconnect_timer);


	ath6kl_dbg(ATH6KL_DBG_WLAN_CONNECT,
	ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "disconnect reason is %d\n", reason);
		   "disconnect reason is %d\n", reason);


	/*
	/*
	 * If the event is due to disconnect cmd from the host, only they
	 * If the event is due to disconnect cmd from the host, only they