]> 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)
commit87f2bf90a17b005f0c52865b43b95688a0bc5af0
tree769f9ca8c559d4c45b4911aa92203ad072d0b2f0
parent88aa57729dab47fcfb496e1f23591c5bc773d52f
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