diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-24 05:17:51 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 05:58:54 -0500 |
commit | d23ace77e2d90a093ead65a03d97c36ec261ce71 (patch) | |
tree | f545a78ec90516a1674f0130c3783bc148e823b7 /drivers/net/wireless/ath/ath6kl/main.c | |
parent | cb64a6105bbc36e660a5198c7d425f75e4b33820 (diff) |
ath6kl: remove unused debug levels
Few levels had only one user so I changed them to use WLAN_CFG.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/main.c b/drivers/net/wireless/ath/ath6kl/main.c index 16451a41ca86..3b2a7e8a24b9 100644 --- a/drivers/net/wireless/ath/ath6kl/main.c +++ b/drivers/net/wireless/ath/ath6kl/main.c | |||
@@ -691,7 +691,7 @@ void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status) | |||
691 | NONE_BSS_FILTER, 0); | 691 | NONE_BSS_FILTER, 0); |
692 | } | 692 | } |
693 | 693 | ||
694 | ath6kl_dbg(ATH6KL_DBG_WLAN_SCAN, "scan complete: %d\n", status); | 694 | ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "scan complete: %d\n", status); |
695 | } | 695 | } |
696 | 696 | ||
697 | void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel, u8 *bssid, | 697 | 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, | |||
1051 | 1051 | ||
1052 | del_timer(&vif->disconnect_timer); | 1052 | del_timer(&vif->disconnect_timer); |
1053 | 1053 | ||
1054 | ath6kl_dbg(ATH6KL_DBG_WLAN_CONNECT, | 1054 | ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "disconnect reason is %d\n", reason); |
1055 | "disconnect reason is %d\n", reason); | ||
1056 | 1055 | ||
1057 | /* | 1056 | /* |
1058 | * If the event is due to disconnect cmd from the host, only they | 1057 | * If the event is due to disconnect cmd from the host, only they |