summaryrefslogtreecommitdiff
path: root/sys-kernel/compat-drivers-alx/files/3.8-grsec/01-read-only.patch
blob: 88ecf46f37e4b4ad36cfe6d5aedb079ca4f68116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
How/why does this even work?
--- ./net/wireless/core.h
+++ ./net/wireless/core.h
@@ -28,7 +28,7 @@
 	struct mutex mtx;
 
 	/* rfkill support */
-	struct rfkill_ops rfkill_ops;
+	rfkill_ops_no_const rfkill_ops;
 	struct rfkill *rfkill;
 	struct work_struct rfkill_sync;