浏览代码

mac802154: rx: add monitor pkt_type information

This patch adds a PACKET_OTHERHOST setting when a monitor interface
receives a skb. All receiving skb's to the monitor interface should
be PACKET_OTHERHOST.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Alexander Aring 11 年之前
父节点
当前提交
c9ca640140
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/mac802154/rx.c

+ 1 - 0
net/mac802154/rx.c

@@ -228,6 +228,7 @@ mac802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb)
 	u8 *data;
 	u8 *data;
 
 
 	skb->ip_summed = CHECKSUM_UNNECESSARY;
 	skb->ip_summed = CHECKSUM_UNNECESSARY;
+	skb->pkt_type = PACKET_OTHERHOST;
 	skb->protocol = htons(ETH_P_IEEE802154);
 	skb->protocol = htons(ETH_P_IEEE802154);
 
 
 	rcu_read_lock();
 	rcu_read_lock();