mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Disable parm->adhoc
It seems that this parameter is set in error - disable. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c0bef36ff6
commit
6c3f0ced60
2 changed files with 12 additions and 13 deletions
|
@ -12908,7 +12908,7 @@ u8 createbss_hdl(_adapter *padapter, u8 *pbuf)
|
|||
start_create_ibss(padapter);
|
||||
} else {
|
||||
pr_info("NOT an ad-hoc master\n");
|
||||
ret = H2C_PARAMETERS_ERROR;
|
||||
return H2C_PARAMETERS_ERROR;
|
||||
}
|
||||
|
||||
ibss_post_hdl:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue