mac80211: use kfree_skb() instead of kfree()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Nov 2011 06:33:09 +0000 (09:33 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 17 Nov 2011 20:43:57 +0000 (15:43 -0500)
sk_buff structs should be freed using kfree_skb().

This was introduced recently in 029458212 "mac80211: Save probe
response data for bss".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found