iwlwifi: mvm: remove useless debug message from RX
authorJohannes Berg <johannes.berg@intel.com>
Wed, 2 Sep 2015 09:51:23 +0000 (11:51 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 21 Sep 2015 15:08:44 +0000 (18:08 +0300)
This message is useless - it's in the good case that always
happens so enabling it doesn't really help. Just remove it.
There are other ways to debug this (e.g. tracing) so there's
no need to add a message in the bad case.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/iwlwifi/mvm/rx.c

index c203a1bc390218f6f10d2c720c3b4685eb477720..623c2198b2bad0fb68203b06b0b69961f8920a0e 100644 (file)
@@ -202,7 +202,6 @@ static u32 iwl_mvm_set_mac80211_rx_flag(struct iwl_mvm *mvm,
                        return -1;
 
                stats->flag |= RX_FLAG_DECRYPTED;
-               IWL_DEBUG_WEP(mvm, "hw decrypted CCMP successfully\n");
                *crypt_len = IEEE80211_CCMP_HDR_LEN;
                return 0;