]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit97a9ca47bb7dff36bcab730ae566d14b6f35751c
treeb2dd72fd5d833c3633a24c162aed9869a300a357
parentab313cd89354c2f6d893fe84667c88ff706fbe32
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