1. 06 9月, 2019 31 次提交
  2. 20 8月, 2019 1 次提交
    • I
      iwlwifi: mvm: Allow multicast data frames only when associated · 50f56044
      Ilan Peer 提交于
      The MAC context configuration always allowed multicast data frames
      to pass to the driver for all MAC context types, and in the
      case of station MAC context both when associated and when not
      associated.
      
      One of the outcomes of this configuration is having the FW forward
      encrypted multicast frames to the driver with Rx status indicating
      that the frame was not decrypted (as expected, since no keys were
      configured yet) which in turn results with unnecessary error
      messages.
      
      Change this behavior to allow multicast data frames only when they
      are actually expected, e.g., station MAC context is associated etc.
      Signed-off-by: NIlan Peer <ilan.peer@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      50f56044
  3. 31 7月, 2019 8 次提交