From: Zhu Yi Date: Mon, 15 Jun 2009 19:59:49 +0000 (+0200) Subject: iwmc3200wifi: add a mutex to protect iwm_reset_worker X-Git-Tag: v2.6.31-rc1~63^2~9^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68810c5dc5f6bbaa0bbf6acce7cb56d97a1c8fd0;p=pandora-kernel.git iwmc3200wifi: add a mutex to protect iwm_reset_worker The patch adds a mutex to protect the iwm_reset_worker against netdev ndo_open and ndo_stop because all of them call iwm_up and iwm_down in the implementation. Note the latter two are already protected by rtnl. So if iwm_reset_worker is not required in the future, the mutex can also be removed. Signed-off-by: Zhu Yi Signed-off-by: Samuel Ortiz Signed-off-by: John W. Linville --- Reading git-diff-tree failed