]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit993159aae9b0b7fe48e909f56d2e06176d631c16
treee192787890af13951ae28552c72d5d2e472c9a80
parent5ebc578540e8b271bc0f508b69893eb14e65ba87
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