]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "iwlwifi: mvm: drop non VO frames when flushing"
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 20 Jan 2015 07:25:19 +0000 (09:25 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 22 Jan 2015 15:55:17 +0000 (17:55 +0200)
commit7752d671c6f6a9b64ae235e993fc51082726d86e
tree0de75b6fed9d89f252955c220c3699b4e32314ed
parent43d5e87c097b0a6d34fdd683636273b529f05096
Revert "iwlwifi: mvm: drop non VO frames when flushing"

This is now implemented by mac80211 (commit below).
mac80211 will flush/drop the frames on the queues before
suspending / disconnecting.
It will then send the deauth and wait until the queues are
empty.

commit a2a9c8f2c24cb42a7a3bbf9131bc507c25229f81
Author: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Date:   Wed Jan 7 15:42:39 2015 +0200

    mac80211: let flush() drop packets when possible

This reverts commit 949db61760ecf6430f5aaf35132bdebc0e518ce6.
drivers/net/wireless/iwlwifi/mvm/mac80211.c