backports: adapt api change of rchan_callbacks->create_buf_file in ath10k
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Sep 2014 21:42:25 +0000 (23:42 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Sep 2014 23:02:57 +0000 (01:02 +0200)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/collateral-evolutions/network/0021-umode_t-api-change/ath10k.patch [new file with mode: 0644]

diff --git a/patches/collateral-evolutions/network/0021-umode_t-api-change/ath10k.patch b/patches/collateral-evolutions/network/0021-umode_t-api-change/ath10k.patch
new file mode 100644 (file)
index 0000000..09b82ed
--- /dev/null
@@ -0,0 +1,14 @@
+--- a/drivers/net/wireless/ath/ath10k/spectral.c
++++ b/drivers/net/wireless/ath/ath10k/spectral.c
+@@ -482,7 +482,11 @@ static const struct file_operations fops
+ static struct dentry *create_buf_file_handler(const char *filename,
+                                             struct dentry *parent,
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0))
+                                             umode_t mode,
++#else
++                                            int mode,
++#endif
+                                             struct rchan_buf *buf,
+                                             int *is_global)
+ {