Refcount fix for netif_rx() and friends, returning error and dropping SKB but we...
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 11:38:42 +0000 (11:38 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 11:38:42 +0000 (11:38 +0000)
commit0c4e2a41e9851d44a1b2ab86b0b7b0f094ec97fd
tree1961658b1b21666c2e7aa17bd0fc33c981f72c7d
parent09b1e7bb563e6f61bb3b79932e04f2256e760bd1
Refcount fix for netif_rx() and friends, returning error and dropping SKB but we were not releasing our node reference.
Refcount fix for skb_clone/etc where we were not keeping reference counter matching the number of skbuff instances and were not having enough references.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2894 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_input.c