rtlwifi: rtl8723be: rtl8723com: Remove unused allow_all_destaddr functions
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>
This commit is contained in:

committed by
John W. Linville

parent
25b13dbc38
commit
1bae2ae364
@@ -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));
|
||||
|
Reference in New Issue
Block a user