From: Taehee Yoo Date: Mon, 30 Mar 2015 15:55:32 +0000 (+0900) Subject: rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.c X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~124^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf27cea49502799be15beab3567ea2bd9901ad2f;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed