Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: use kfree_skb() instead of kfree()
sk_buff structs should be freed using kfree_skb(). This was introduced recently in 0294582 "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>
- Loading branch information