From: Johannes Berg Date: Wed, 17 Feb 2010 09:43:41 +0000 (-0800) Subject: iwlwifi: remove alive start adhoc restart X-Git-Tag: v2.6.35-rc1~473^2~714^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c9cc18fd2c8cfa5a7f66d5496d469db00eaf54;p=pandora-kernel.git iwlwifi: remove alive start adhoc restart This code will never trigger, because when we call this during interface start, neither priv->vif nor priv->iw_mode conditions will be true, and when it happens during reset then priv->vif is also NULL. Also, in both cases the same code will be executed as part of iwl_bss_info_changed(), which contains a copy of this code. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed