summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/Kconfig
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2014-02-14 22:03:45 +0400
committerJohn W. Linville <linville@tuxdriver.com>2014-02-25 00:21:53 +0400
commit711f145ad0e93a914644d3e7998c28267bd3c136 (patch)
tree706f542a793f2e6423aabb319ba41ba8f40b273c /drivers/net/wireless/b43/Kconfig
parente51048cdf0bdf1358c39839eabb22a06674af9ed (diff)
downloadlinux-711f145ad0e93a914644d3e7998c28267bd3c136.tar.xz
rtlwifi: properly apply filter flags
commit 0baa0fd76f3f5a134461d6cf30294f6bb1bb824c ("rtlwifi: Convert core routines for addition of rtl8192se and rtl8192de") removed setting HW_VAR_RCR, HW_VAR_MGT_FILTER and HW_VAR_CTRL_FILTER. The last two are probably done because some hardware does not support them. The first is probably a mistake. This patch adds the missing set_hw_reg call. For PCI support, rx_conf is not touched directly. Instead, get_hw_reg is used to abstract between receive_config (for PCI) and rx_conf (for USB). This was tested on a 10ec:8176 Realtek RTL8188CE (according to the label on the mini-PCIe card). Before this patch, `iw wlan0 set monitor otherbss` did not capture frames from other BSS's. After this patch, it does print packets. Tested-by: Peter Wu <lekensteyn@gmail.com> 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/net/wireless/b43/Kconfig')
0 files changed, 0 insertions, 0 deletions