OpenCloudOS-Kernel/drivers/net/wireless/rtlwifi/rtl8192se
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: rtl8192se: Modify Kconfig and Makefile routines for new driver 2011-05-05 14:59:14 -04:00
def.h rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07 2013-04-01 16:19:58 -04:00
dm.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee 2013-04-01 16:20:53 -04:00
dm.h rtlwifi: rtl8192se: Convert driver to use private dm struct 2012-04-23 15:35:33 -04:00
fw.c drivers/net: Remove boolean comparisons to true/false 2012-02-13 00:47:40 -05:00
fw.h wireless: Remove unnecessary ; from while (0) macros 2012-04-11 16:23:56 -04:00
hw.c rtlwifi: avoid accessing RCR directly 2014-02-24 15:21:53 -05:00
hw.h rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07 2013-04-01 16:19:58 -04:00
led.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
led.h rtl8192se: Update copyright dates 2012-01-24 14:08:38 -05:00
phy.c rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07 2013-04-01 16:19:58 -04:00
phy.h rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07 2013-04-01 16:19:58 -04:00
reg.h rtlwifi: remove duplicate declarations and macros in headers 2013-09-26 15:15:14 -04:00
rf.c rtlwifi: rtl8192se: Fix wrong assignment 2013-11-11 14:38:55 -05:00
rf.h rtl8192se: Update copyright dates 2012-01-24 14:08:38 -05:00
sw.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee 2013-04-01 16:20:53 -04:00
sw.h rtl8192se: Update copyright dates 2012-01-24 14:08:38 -05:00
table.c rtl8192se: Update copyright dates 2012-01-24 14:08:38 -05:00
table.h rtl8192se: Update copyright dates 2012-01-24 14:08:38 -05:00
trx.c mac80211: add length check in ieee80211_is_robust_mgmt_frame() 2014-02-04 21:58:07 +01:00
trx.h mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00