From: Zhu Yi Date: Thu, 16 Feb 2006 08:21:09 +0000 (+0800) Subject: [PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1' X-Git-Tag: v2.6.17-rc1~1186^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d5b5c13e5003c9d33dcdcfdf1febc6efd7d319;p=pandora-kernel.git [PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1' When loading the ipw2200 module with disabled=1, rf_kill is activated after every mode change. This is caused by ipw_sw_reset() is called when a mode is changed. The patch fixed the problem by distinguishing the purposes with the 'option' paramenter. Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed