mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-08 20:35:07 +00:00
Possible fix for iwd crash
This commit is contained in:
parent
ccda185731
commit
96b013c38a
@ -2810,6 +2810,8 @@ static int rtw_cfg80211_set_probe_req_wpsp2pie(_adapter *padapter, char *buf, in
|
||||
RTW_INFO("%s, ielen=%d\n", __func__, len);
|
||||
#endif
|
||||
|
||||
if (!pmlmepriv)
|
||||
return -EINVAL;
|
||||
if (len > 0) {
|
||||
wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen);
|
||||
if (wps_ie) {
|
||||
|
Loading…
Reference in New Issue
Block a user