linux_old1/drivers/net/wireless/rtlwifi/rtl8192cu
Peter Wu e51048cdf0 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>
2014-02-24 15:21:53 -05:00
..
Makefile rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
def.h rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
dm.c rtlwifi: rtl8192cu: Update the power index registers 2013-12-05 14:55:16 -05:00
dm.h rtlwifi: rtl8192cu: Update the power index registers 2013-12-05 14:55:16 -05:00
hw.c rtlwifi: avoid accessing RCR directly 2014-02-24 15:21:53 -05:00
hw.h rtlwifi: rtl8192cu: fix function declaration header 2013-08-01 15:34:35 -04:00
led.c rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
led.h rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
mac.c rtlwifi: rtl8192cu: Fix more pointer arithmetic errors 2013-11-15 14:29:33 -05:00
mac.h rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
phy.c rtlwifi: rtl8192cu: Bring rtl92cu_phy_bb_config() up to date 2013-12-05 14:56:21 -05:00
phy.h rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
reg.h rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
rf.c rtlwifi: rtl8192cu: Fix some code in RF handling 2013-12-05 14:55:18 -05:00
rf.h rtlwifi: Remove extern from function prototypes 2013-09-24 18:06:51 -07:00
sw.c rtlwifi: rtl8192cu: Add new device ID 2014-01-13 14:46:59 -05:00
sw.h rtlwifi: rtl8192cu: fix function declaration header 2013-08-01 15:34:35 -04:00
table.c rtlwifi: rtl8192cu: Update table.c 2013-12-05 14:56:22 -05:00
table.h rtl8192cu: Update copyright dates 2012-01-24 14:08:38 -05:00
trx.c rtlwifi: rtl8192cu: Fix more pointer arithmetic errors 2013-11-15 14:29:33 -05:00
trx.h mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00