linux/drivers/net/wireless/rtlwifi/rtl8723ae
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
..
btc.h
def.h
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: rtl8723ae: Update to vendor driver of 2013.02.07 2013-04-01 16:19:59 -04:00
fw.c treewide: Fix typo in printk 2013-08-20 12:44:03 +02:00
fw.h rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07 2013-04-01 16:19:59 -04:00
hal_bt_coexist.c
hal_bt_coexist.h
hal_btc.c rtlwifi: rtl8723ae: Fix W=1 compile warnings 2013-02-01 14:27:27 -05:00
hal_btc.h
hw.c rtlwifi: avoid accessing RCR directly 2014-02-24 15:21:53 -05:00
hw.h
led.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee 2013-04-01 16:20:53 -04:00
led.h
Makefile
phy.c rtlwifi: rtl8723ae: Convert driver to use new rtl_phy_scan_operation_backup() routine 2013-10-03 16:39:09 -04:00
phy.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2013-10-07 15:40:44 -04:00
pwrseq.c
pwrseq.h
pwrseqcmd.c
pwrseqcmd.h
reg.h
rf.c
rf.h rtlwifi: Remove extern from function prototypes 2013-09-24 18:06:51 -07:00
sw.c rtlwifi: rtl8723ae: Convert driver to use new rtl_phy_scan_operation_backup() routine 2013-10-03 16:39:09 -04:00
sw.h
table.c
table.h
trx.c mac80211: add length check in ieee80211_is_robust_mgmt_frame() 2014-02-04 21:58:07 +01:00
trx.h