]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a31a2c2945dd0cfdf6c69883f3b0fb3dc2bfa07
tree769f9ca8c559d4c45b4911aa92203ad072d0b2f0
parent919b62f1a6792727ea239a622088508e20ede9ff
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