iwlwifi: mvm: Don't install CMAC/GMAC key in AP mode
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Fri, 25 Sep 2020 21:30:44 +0000 (00:30 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 1 Oct 2020 18:58:21 +0000 (21:58 +0300)
commita1c2ff30241340f11e16958e03c53ca373856874
tree8761249720242ad33512ec646f5659f15e2a9806
parent903b3f9badf1d54f77b468b96706dab679b45b14
iwlwifi: mvm: Don't install CMAC/GMAC key in AP mode

Due to a missing break, the management multicast key was installed even
though we don't really support it. Fix that, so mac80211 would know that
it should protect frames in software.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200926002540.019a64e96d44.I609a995611ac5286e442cd54f764eaf4a7249ac0@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c