Searched hist:"364 a1ab91df160f96da5f8d9f778cfbafd5f6d81" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | diff 364a1ab91df160f96da5f8d9f778cfbafd5f6d81 Wed Oct 25 03:40:24 CDT 2017 Shahar S Matityahu <shahar.s.matityahu@intel.com> iwlwifi: drop RX frames during hardware restart
In case of a hardware restart the BA session data in HW is lost so the reorder buffer simply passes the frames to mac80211 as is as there is no NSSN set. Instead, we will drop these frames before they reach the reorder buffer. mac80211 drops such frames anyway, but we shouldn't rely on that. In addition it saves some processing time
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
|