rtlwifi: Eliminate raw reads and writes from PCIe portion
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 6 Aug 2011 10:55:18 +0000 (05:55 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 9 Aug 2011 19:52:07 +0000 (15:52 -0400)
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>

No differences found