From: Emmanuel Grumbach Date: Thu, 13 Jun 2013 08:45:59 +0000 (+0300) Subject: iwlwifi: pcie: fix race in queue unmapping X-Git-Tag: v3.11-rc1~64^2~166^2^2~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b967613d7e7c7bad176f5627c55e2d8c5aa2480e;p=pandora-kernel.git iwlwifi: pcie: fix race in queue unmapping When a queue is disabled, it frees all its entries. Later, the op_mode might still get notifications from the firmware that triggers to free entries in the tx queue. The transport should be prepared for these races and know to ignore reclaim calls on queues that have been disabled and whose entries have been freed. Cc: stable@vger.kernel.org Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed