]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: properly free incoming skbs on decryption failure
authorPhoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Wed, 11 Jun 2014 10:03:06 +0000 (12:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jun 2014 19:10:18 +0000 (12:10 -0700)
commit55792597ea334943d8ebb74e5b593d43cf490528
tree943d4d192ac43515c511eeb51a0d30903e1ed435
parent6919aa9d545c9819e4c1a363dc66f47813223d4f
mac802154: properly free incoming skbs on decryption failure

mac802154 RX did not free skbs on decryption failure, assuming that the
caller would when the local rx handler returned _DROP. This was false.

Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac802154/wpan.c