commit | 8db4c7e25d153fb049e81715d72fa3be3a0c3b69 | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Wed Apr 18 08:01:15 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 23 14:56:12 2012 -0400 |
tree | 9ea2cd4f36d525b5eaee150cce811b71a2d6ffa0 | |
parent | 83722bd4aede80714f75bedc3cce9b6ea9baea7b [diff] |
iwlwifi: do not nulify ctx->vif on reset ctx->vif is dereferenced in different part of iwlwifi code, so do not nullify it. This should address at least one of the possible reasons of WARNING at iwlagn_mac_remove_interface, and perhaps some random crashes when firmware reset is performed. Cc: stable@vger.kernel.org Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>