staging: rtl8188eu: Removed Unnecessary logging
fix the following checkpatch.pl issues: WARNING: Unnecessary ftrace-like logging - prefer using ftrace Signed-off-by: Paul McQuade <paulmcquad@gmail.com> Link: https://lore.kernel.org/r/20210319144206.23439-1-paulmcquad@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
105949497a
commit
6da2f76058
@ -507,7 +507,6 @@ void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta)
|
||||
struct ht_priv *phtpriv_sta = &psta->htpriv;
|
||||
|
||||
psta->mac_id = psta->aid + 1;
|
||||
DBG_88E("%s\n", __func__);
|
||||
|
||||
/* ap mode */
|
||||
rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, true);
|
||||
@ -571,8 +570,6 @@ static void update_hw_ht_param(struct adapter *padapter)
|
||||
struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv;
|
||||
struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info;
|
||||
|
||||
DBG_88E("%s\n", __func__);
|
||||
|
||||
/* handle A-MPDU parameter field
|
||||
* ampdu_params_info [1:0]:Max AMPDU Len => 0:8k , 1:16k, 2:32k, 3:64k
|
||||
* ampdu_params_info [4:2]:Min MPDU Start Spacing
|
||||
@ -1166,8 +1163,6 @@ static void update_bcn_wps_ie(struct adapter *padapter)
|
||||
unsigned char *ie = pnetwork->ies;
|
||||
u32 ielen = pnetwork->ie_length;
|
||||
|
||||
DBG_88E("%s\n", __func__);
|
||||
|
||||
pwps_ie_src = pmlmepriv->wps_beacon_ie;
|
||||
if (!pwps_ie_src)
|
||||
return;
|
||||
@ -1207,7 +1202,6 @@ static void update_bcn_wps_ie(struct adapter *padapter)
|
||||
|
||||
static void update_bcn_vendor_spec_ie(struct adapter *padapter, u8 *oui)
|
||||
{
|
||||
DBG_88E("%s\n", __func__);
|
||||
|
||||
if (!memcmp(WPS_OUI, oui, 4))
|
||||
update_bcn_wps_ie(padapter);
|
||||
|
Loading…
Reference in New Issue
Block a user