1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-04-29 23:29:38 +02:00

Revert "Ensure compilation under 4.8-rc1 - fixes #142" (#147)

This commit is contained in:
Harshavardhana 2016-09-10 19:36:46 -07:00 committed by GitHub
parent 09a1e212b6
commit 6bd11fc5bb

View File

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