commit | 084dd79172cb3aad11d2b7ee5628d57badca7c6e | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue May 31 09:07:00 2011 +0300 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Sat Jun 18 08:07:14 2011 -0700 |
tree | b59d649192927c120ee59b7e4575af695a1d09f4 | |
parent | 3599d39a8525b01540e2c7ec8c5d0df0dd11d6cf [diff] |
iwlagn: move PCI related operations from probe and remove to PCI layer Since we have now a PCI layer, all the init and deinit code that is PCI related should move to there. Also move the IO functions: read8/read32/write32. They need hw_base which is killed from priv. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>