提交 25869522 编写于 作者: P Patrik Flykt 提交者: Marcel Holtmann

bluetooth: Do not set IFF_POINTOPOINT

The IPv6 stack needs to send and receive Neighbor Discovery
messages. Remove the IFF_POINTOPOINT flag.
Signed-off-by: NPatrik Flykt <patrik.flykt@linux.intel.com>
Acked-by: NJukka Rissanen <jukka.rissanen@linux.intel.com>
Reviewed-by: NLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 814f1b24
...@@ -592,8 +592,7 @@ static void netdev_setup(struct net_device *dev) ...@@ -592,8 +592,7 @@ static void netdev_setup(struct net_device *dev)
{ {
dev->hard_header_len = 0; dev->hard_header_len = 0;
dev->needed_tailroom = 0; dev->needed_tailroom = 0;
dev->flags = IFF_RUNNING | IFF_POINTOPOINT | dev->flags = IFF_RUNNING | IFF_MULTICAST;
IFF_MULTICAST;
dev->watchdog_timeo = 0; dev->watchdog_timeo = 0;
dev->tx_queue_len = DEFAULT_TX_QUEUE_LEN; dev->tx_queue_len = DEFAULT_TX_QUEUE_LEN;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册