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)
commit886e14b65a8fcaedd72cf5f5c4c76e69de028a0f
treeb2dd72fd5d833c3633a24c162aed9869a300a357
parente8fe7336849e469978c9bbcc435903595912c4d3
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>
drivers/net/wireless/rtlwifi/pci.c
This page took 0.025859 seconds and 5 git commands to generate.