commit | 723d11a4cdf63544a01ae7a474c202a914b67a3b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 03 09:34:39 2016 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 16 09:10:33 2016 +0300 |
tree | 83e8e3f09f7c4562f17c8e213bbe568f67ee0d4c | |
parent | 612da1efc07f28ea9e64402820dd25287ff5233b [diff] |
iwlwifi: mvm: make RSS RX more robust If the firmware ever decides to send any new/more notifications to the RSS queues, the driver would currently try to interpret those as REPLY_RX_MPDU_CMD and, if the notification was small, access invalid memory. Prevent that by checking for REPLY_RX_MPDU_CMD explicitly which allows ignoring unexpected notifications. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>