OSDN Git Service

rtlwifi: rtl8723be: rtl8723com: Remove unused allow_all_destaddr functions
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 4 Mar 2014 22:53:49 +0000 (16:53 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 6 Mar 2014 19:29:56 +0000 (14:29 -0500)
In a previous commit, Peter Wu removed this call as configure_filter takes care
of setting/clearing RCR_AAP. This patch makes the same change for rtl8723be.

In addition, a change is made in the logging level for one debug printout.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/rtl8723be/sw.c
drivers/net/wireless/rtlwifi/rtl8723com/fw_common.c

index 7834ae5..cc4ab3f 100644 (file)
@@ -239,7 +239,6 @@ static struct rtl_hal_ops rtl8723be_hal_ops = {
        .enable_hw_sec = rtl8723be_enable_hw_security_config,
        .set_key = rtl8723be_set_key,
        .init_sw_leds = rtl8723be_init_sw_leds,
-       .allow_all_destaddr = rtl8723be_allow_all_destaddr,
        .get_bbreg = rtl8723_phy_query_bb_reg,
        .set_bbreg = rtl8723_phy_set_bb_reg,
        .get_rfreg = rtl8723be_phy_query_rf_reg,
index 32c390f..c12da55 100644 (file)
@@ -263,7 +263,7 @@ int rtl8723_download_fw(struct ieee80211_hw *hw,
                 "normal Firmware SIZE %d\n", fwsize);
 
        if (rtlpriv->cfg->ops->is_fw_header(pfwheader)) {
-               RT_TRACE(rtlpriv, COMP_FW, DBG_EMERG,
+               RT_TRACE(rtlpriv, COMP_FW, DBG_LOUD,
                         "Firmware Version(%d), Signature(%#x), Size(%d)\n",
                         pfwheader->version, pfwheader->signature,
                         (int)sizeof(struct rtl92c_firmware_header));