]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
mac802154: rx: add monitor pkt_type information
authorAlexander Aring <alex.aring@gmail.com>
Mon, 27 Oct 2014 16:13:37 +0000 (17:13 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 27 Oct 2014 17:07:44 +0000 (18:07 +0100)
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>
net/mac802154/rx.c

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