Hello.
On 30/07/15 21:36, Stefan Schmidt wrote:
Hello.
On 29/07/15 14:24, Alexander Aring wrote:
The usually way to get the btle lowpan private data is to use the
introduced lowpan_dev inline function. This patch will cleanup by using
lowpan_dev consequently.
Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx>
---
net/bluetooth/6lowpan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c
index 2fb7b30..93c6ba0 100644
--- a/net/bluetooth/6lowpan.c
+++ b/net/bluetooth/6lowpan.c
@@ -871,7 +871,7 @@ static int setup_netdev(struct l2cap_chan *chan,
struct lowpan_dev **dev)
&chan->src, chan->src_type);
set_bit(__LINK_STATE_PRESENT, &netdev->state);
- *dev = netdev_priv(netdev);
+ *dev = lowpan_dev(netdev);
(*dev)->netdev = netdev;
(*dev)->hdev = chan->conn->hcon->hdev;
INIT_LIST_HEAD(&(*dev)->peers);
This patch does no longer apply. There have been 5 patches to the
6lowpan file in bluetooth from Gleen. You need to rebase this one.
Looking at it in more detail its actually your own patch which makes the
rebase necessary. The one fixing a possible race.
regards
Stefan Schmidt
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html