commit | 9788864e2169ed3611e61c097efe4944c23fe7e9 | [log] [tgz] |
---|---|---|
author | Reinette Chatre <reinette.chatre@intel.com> | Wed Feb 06 11:20:38 2008 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 15 13:44:17 2008 -0500 |
tree | 5c99b99dacc0be16c9f83f4dde0c9979f84b61aa | |
parent | a97b1f3d203d0fe5503578c6ee8bfdb89ed72679 [diff] |
iwlwifi: do not clear GEO_CONFIGURED bit when calling _down The geos information is set up during probe and should only be removed during pci_remove, not during _down. This is a temporary fix until the setting of the status bits have been cleaned up (to explicitly match all setting with clearing of status bits). Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>