mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Slow the spamming of the logs
A number of unconditional print statements are converted to conditional. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b48387bdc8
commit
9fad4d2d0d
25 changed files with 133 additions and 144 deletions
|
@ -3706,10 +3706,10 @@ sint rtw_restruct_sec_ie(_adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len)
|
|||
/* debug for CONFIG_IEEE80211W
|
||||
{
|
||||
int jj;
|
||||
printk("supplicant_ie_length=%d &&&&&&&&&&&&&&&&&&&\n", psecuritypriv->supplicant_ie[1]+2);
|
||||
RTW_INFO("supplicant_ie_length=%d &&&&&&&&&&&&&&&&&&&\n", psecuritypriv->supplicant_ie[1]+2);
|
||||
for(jj=0; jj < psecuritypriv->supplicant_ie[1]+2; jj++)
|
||||
printk(" %02x ", psecuritypriv->supplicant_ie[jj]);
|
||||
printk("\n");
|
||||
RTW_INFO(" %02x ", psecuritypriv->supplicant_ie[jj]);
|
||||
RTW_INFO("\n");
|
||||
}*/
|
||||
ielength += psecuritypriv->supplicant_ie[1] + 2;
|
||||
rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue