Skip to content

Commit

Permalink
rtlwifi: rtl8723be: rtl8723com: Remove unused allow_all_destaddr func…
Browse files Browse the repository at this point in the history
…tions

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>
  • Loading branch information
lwfinger authored and linvjw committed Mar 6, 2014
1 parent 25b13db commit 1bae2ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/rtlwifi/rtl8723be/sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtlwifi/rtl8723com/fw_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 1bae2ae

Please sign in to comment.