]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: don't log un-decrypted frames
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 23 Jul 2019 09:54:15 +0000 (12:54 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 6 Sep 2019 12:52:06 +0000 (15:52 +0300)
commit5c4723ad2aa953ea858d77e085a88e73c048f0bd
treef8683968fe35c14ac15afc72ba764c23ff52ce54
parent30003d95cb3a624f7fde491fa1e4e8975e5a9111
iwlwifi: mvm: don't log un-decrypted frames

Sometimes the firmware won't be able to decrypt frames
because the keys were not installed yet or other scenarios.
The firmware will soon stop dropping multicast frames when
MAC_FILTER_ACCEPT_GRP is not set. The firmware will simply
always pass multicast frame in.

In order to avoid logging any such frame coming in when we
don't have the keys, drop the print.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c