summaryrefslogtreecommitdiff
path: root/patches/0081-proto_ops-accept
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-09-23 19:45:27 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-09-24 09:28:51 +0200
commit3ae3cf6154a6d4e929396f2694b68714a9ce237b (patch)
tree45c5b832c3be8fa2c06c0687088894d9a2956ddf /patches/0081-proto_ops-accept
parent1b4e6ad4d927c7998fa578f2d29e0c4ec01a9217 (diff)
backports: Remove NFC support
I am not aware of any user of the NFC coded in backports, at least I haven't seen any patches regarding this. Remove this code to reduce the efforts needed in the backports project. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'patches/0081-proto_ops-accept')
-rw-r--r--patches/0081-proto_ops-accept/nfc.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/patches/0081-proto_ops-accept/nfc.patch b/patches/0081-proto_ops-accept/nfc.patch
deleted file mode 100644
index 05b55805..00000000
--- a/patches/0081-proto_ops-accept/nfc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/net/nfc/llcp_sock.c b/net/nfc/llcp_sock.c
-index 043c6d3..5b4e44c 100644
---- a/net/nfc/llcp_sock.c
-+++ b/net/nfc/llcp_sock.c
-@@ -443,7 +443,11 @@ struct sock *nfc_llcp_accept_dequeue(str
- }
-
- static int llcp_sock_accept(struct socket *sock, struct socket *newsock,
-+#if LINUX_VERSION_IS_GEQ(4,11,0)
- int flags, bool kern)
-+#else
-+ int flags)
-+#endif
- {
- DECLARE_WAITQUEUE(wait, current);
- struct sock *sk = sock->sk, *new_sk;