diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-09-02 11:51:23 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2015-09-21 18:08:44 +0300 |
commit | 7f89a58efc0a18ec4a6eb7fdcf9ab73d426ce11f (patch) | |
tree | f7e6c73e8cd665ed05ea36a7d2530c5d8bd1b9b2 /drivers/net/wireless/iwlwifi | |
parent | da583fdfececf69571d3b8fafed278310592eec1 (diff) |
iwlwifi: mvm: remove useless debug message from RX
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/rx.c b/drivers/net/wireless/iwlwifi/mvm/rx.c index c203a1bc3902..623c2198b2ba 100644 --- a/drivers/net/wireless/iwlwifi/mvm/rx.c +++ b/drivers/net/wireless/iwlwifi/mvm/rx.c @@ -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; |