From: Zhu Yi Date: Tue, 23 Mar 2010 02:33:41 +0000 (-0700) Subject: iwlwifi: clear rxq->queue in queue reset X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aac74b40d5828c6f6b24974580aa43d7bee905c;p=pandora-kernel.git iwlwifi: clear rxq->queue in queue reset In iwl_rx_queue_reset(), we didn't clear the rxq->queue[]. This might cause the same rxb appears on multiple places in rxq->queue. Although this won't cause any problem because of the read and write pointers protection in rxq, we'd better clear it to avoid misleading. Signed-off-by: Zhu Yi Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed