rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.c
authorTaehee Yoo <ap420073@gmail.com>
Mon, 30 Mar 2015 15:55:32 +0000 (00:55 +0900)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 18 Aug 2015 05:56:34 +0000 (08:56 +0300)
commitbf27cea49502799be15beab3567ea2bd9901ad2f
tree6a195a7eb7e5ebfe1943020edba67ed14fb006d0
parent15f6d96ded057b898312b0a088a964d585a779b1
rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.c

rtl92c_set_xxx_filter is same routine with rtl92cu_set_hw_reg.
so i remove those functions that are rtl92c_set_xxx_filter.
(rtl92c_get_xxx_filter is also same reason.)
also i add code updating struct rtl_mac member variable in the
rtl92cu_set_hw_reg.
after that, no more _update_mac_setting is not useful. thus i remove that.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
drivers/net/wireless/rtlwifi/rtl8192cu/mac.c
drivers/net/wireless/rtlwifi/rtl8192cu/mac.h