From: Luis R. Rodriguez Date: Wed, 30 May 2012 00:00:21 +0000 (-0700) Subject: compat-wireless: refresh patches for next-20120529 again X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=931df865f4af5b3a2c64e75c1441379436666eef;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: refresh patches for next-20120529 again After applying Hauke's patches I needed to refresh the patches. Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/16-bluetooth.patch b/patches/16-bluetooth.patch index aba06ea606f5..90ec8310c30c 100644 --- a/patches/16-bluetooth.patch +++ b/patches/16-bluetooth.patch @@ -84,7 +84,7 @@ 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 -@@ -882,8 +882,13 @@ drop: +@@ -883,8 +883,13 @@ drop: goto done; } @@ -98,7 +98,7 @@ here still, but for now we keep this here. { struct hci_ufilter uf = { .opcode = 0 }; struct sock *sk = sock->sk; -@@ -1056,8 +1061,12 @@ static struct proto hci_sk_proto = { +@@ -1057,8 +1062,12 @@ static struct proto hci_sk_proto = { .obj_size = sizeof(struct hci_pinfo) }; @@ -489,7 +489,7 @@ here still, but for now we keep this here. int err = 0; --- a/net/bluetooth/bnep/sock.c +++ b/net/bluetooth/bnep/sock.c -@@ -179,8 +179,12 @@ static struct proto bnep_proto = { +@@ -180,8 +180,12 @@ static struct proto bnep_proto = { .obj_size = sizeof(struct bt_sock) }; @@ -519,7 +519,7 @@ here still, but for now we keep this here. --- a/net/bluetooth/hidp/sock.c +++ b/net/bluetooth/hidp/sock.c -@@ -228,8 +228,12 @@ static struct proto hidp_proto = { +@@ -229,8 +229,12 @@ static struct proto hidp_proto = { .obj_size = sizeof(struct bt_sock) };