compat-wireless: fix b/patches/16-bluetooth.patch for next-20120524
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 29 May 2012 16:31:02 +0000 (09:31 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 29 May 2012 16:31:02 +0000 (09:31 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/16-bluetooth.patch

index 46794bb19bdb14d142bc7593f74b7a73d42cf5c2..d956defc76e8ba0c5d22e1ba185c5b06423a6192 100644 (file)
@@ -84,14 +84,16 @@ here still, but for now we keep this here.
        wake_up_process(session->task);
 --- a/net/bluetooth/hci_sock.c
 +++ b/net/bluetooth/hci_sock.c
-@@ -891,7 +891,11 @@ drop:
+@@ -882,8 +882,13 @@ drop:
        goto done;
  }
  
 +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,31))
- static int hci_sock_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int len)
+ static int hci_sock_setsockopt(struct socket *sock, int level, int optname,
+                              char __user *optval, unsigned int len)
 +#else
-+static int hci_sock_setsockopt(struct socket *sock, int level, int optname, char __user *optval, int len)
++static int hci_sock_setsockopt(struct socket *sock, int level, int optname,
++                             char __user *optval, int len)
 +#endif
  {
        struct hci_ufilter uf = { .opcode = 0 };