commit | 6a4ecc29c90c322e28941e6dec406b08b5e1f0ea | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Mon Jun 27 12:50:14 2011 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 29 15:10:59 2011 -0400 |
tree | 121e11bbaf89ecc06c44cc34f1f681a828e97ff1 | |
parent | f05b691150af4cfccbfba6cc708b9a58b9216903 [diff] |
rtlwifi: remove unnecessary read of PCI_CAP_ID_EXP The PCIE capability offset is saved during PCI bus walking. It will remove an unnecessary search in the PCI configuration space if this value is referenced instead of reacquiring it. Also, remove unnecessary and unused #defines for PCI. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: John W. Linville <linville@tuxdriver.com>