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 <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information