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:
Larry Finger 2023-07-06 11:09:38 -05:00
parent c0bef36ff6
commit 6c3f0ced60
2 changed files with 12 additions and 13 deletions

View file

@ -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: