Re: [Linux-zigbee-devel] some mac802154 fixes

2014-06-11 Thread David Miller
From: Phoebe Buckheister Date: Wed, 11 Jun 2014 12:03:05 +0200 > Recent llsec code introduced a memory leak on decryption failures during rx. > This fixes said leak, and optimizes the receive loops for monitor and wpan > devices to only deliver skbs to devices that are actually up. Also changes a

[Linux-zigbee-devel] some mac802154 fixes

2014-06-11 Thread Phoebe Buckheister
Recent llsec code introduced a memory leak on decryption failures during rx. This fixes said leak, and optimizes the receive loops for monitor and wpan devices to only deliver skbs to devices that are actually up. Also changes a dev_kfree_skb to kfree_skb when an invalid packet is dropped before be