]> git.pld-linux.org Git - packages/rtl8812au.git/blob - linux-4.8.patch
- rel 16
[packages/rtl8812au.git] / linux-4.8.patch
1 --- rtl8812au_linux-master/os_dep/linux/ioctl_cfg80211.c.orig   2016-10-11 22:43:33.301619693 +0200
2 +++ rtl8812au_linux-master/os_dep/linux/ioctl_cfg80211.c        2016-10-11 22:45:03.937470268 +0200
3 @@ -1946,7 +1946,14 @@
4                 }
5                 else
6                 {
7 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0)
8 +               struct cfg80211_scan_info info = {
9 +                       .aborted = aborted
10 +               };
11 +                       cfg80211_scan_done(pwdev_priv->scan_request, &info);
12 +#else
13                         cfg80211_scan_done(pwdev_priv->scan_request, aborted);
14 +#endif
15                 }
16  
17                 pwdev_priv->scan_request = NULL;
This page took 0.082968 seconds and 3 git commands to generate.