iwlwifi: mvm: do not print security error in monitor mode
authorShaul Triebitz <shaul.triebitz@intel.com>
Wed, 13 Sep 2017 13:46:14 +0000 (16:46 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 6 Oct 2017 10:59:44 +0000 (13:59 +0300)
commitbaf41bc35f2bdb953da532645fd82009c2d12acf
tree769f9ca8c559d4c45b4911aa92203ad072d0b2f0
parentc503dd38f850be28867ef7a42d9abe5ade81a9bd
iwlwifi: mvm: do not print security error in monitor mode

In monitor mode we are not expected to decrypt encrypted
packets (not having the keys).
Hence we are expected to get an unknown rx security status.
Keeping the print in monitor mode causes a print for each
captured packet flooding the dmesg.

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/rx.c
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c