]> git.pld-linux.org Git - packages/rtl8812au.git/blame - linux-4.8.patch
- rel 16
[packages/rtl8812au.git] / linux-4.8.patch
CommitLineData
4c684a7a
JR
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.033684 seconds and 4 git commands to generate.