Bad merge from r3161; see r3123 for rationale

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3204 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-18 17:26:28 +00:00
parent ac2124cce3
commit 249e5b919b

View File

@ -233,7 +233,6 @@ ieee80211_pwrsave(struct sk_buff *skb)
#endif
if (SKB_CB(skb)->ni != NULL)
ieee80211_unref_node(&SKB_CB(skb)->ni);
ieee80211_dev_kfree_skb(&skb);
return NETDEV_TX_BUSY;
}