mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-04-29 23:29:38 +02:00
parent
09a1e212b6
commit
6bd11fc5bb
@ -1700,13 +1700,7 @@ void rtw_cfg80211_indicate_scan_done(struct rtw_wdev_priv *pwdev_priv, bool abor
|
||||
}
|
||||
else
|
||||
{
|
||||
if (aborted) {
|
||||
struct cfg80211_scan_info info = {
|
||||
.aborted = aborted,
|
||||
};
|
||||
|
||||
cfg80211_scan_done(pwdev_priv->scan_request, &info);
|
||||
}
|
||||
cfg80211_scan_done(pwdev_priv->scan_request, aborted);
|
||||
}
|
||||
|
||||
pwdev_priv->scan_request = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user