commit | 886e14b65a8fcaedd72cf5f5c4c76e69de028a0f | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sat Aug 06 05:55:18 2011 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 09 15:52:07 2011 -0400 |
tree | b2dd72fd5d833c3633a24c162aed9869a300a357 | |
parent | e8fe7336849e469978c9bbcc435903595912c4d3 [diff] |
rtlwifi: Eliminate raw reads and writes from PCIe portion The PCIe driver used raw reads and writes on the PCIe hardware. As all of these are only affecting the configuration space, all of then can be converted to pci_{read,write}_config_XX calls. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>