iwlwifi: mvm: support filtered frames notification
authorSara Sharon <sara.sharon@intel.com>
Wed, 22 Jul 2015 08:38:40 +0000 (11:38 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 27 Feb 2016 20:00:06 +0000 (22:00 +0200)
commit3af512d6aac7eb6420086f124abb4426f5f4b369
treee192787890af13951ae28552c72d5d2e472c9a80
parent77fe739554e13d44466e115dbaba3e7aa3aececd
iwlwifi: mvm: support filtered frames notification

During d0i3 frames might be filtered by the FW and this may
cause reordering buffer a delay - as the frames will not be
received and reorder will time out.

Introduce an API function to receive notification of filtered
frames and pass the information to the mac80211.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
drivers/net/wireless/intel/iwlwifi/mvm/rx.c