summaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2014-02-14 19:03:44 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-24 15:21:53 -0500
commite51048cdf0bdf1358c39839eabb22a06674af9ed (patch)
treeeacb5065d32ab685cbd6eab26c11814e543b0146 /drivers/power
parentc42c65c1d5863bca54e45ea25ecb24a3def29f59 (diff)
downloadlinux-stable-e51048cdf0bdf1358c39839eabb22a06674af9ed.tar.gz
linux-stable-e51048cdf0bdf1358c39839eabb22a06674af9ed.tar.bz2
linux-stable-e51048cdf0bdf1358c39839eabb22a06674af9ed.zip
rtlwifi: avoid accessing RCR directly
The rtl*_set_check_bssid functions are mostly the same, but access the RCR register in different ways. Use the get_hw_reg abstraction layer (which reads rtlpci->receive_config for PCI devices and mac->rx_conf for USB). There is no functional change for cases where receive_config was accessed directly. For rtl8192ce, there is still no change because nothing modifies REG_RCR or receive_config. For rtl8192cu, it now also applies changes to rx_conf from configure_filter, but that can be considered a bug which is fixed later. Signed-off-by: Peter Wu <lekensteyn@gmail.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/power')
0 files changed, 0 insertions, 0 deletions