mac80211_hwsim: clean up the skb before passing it back
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 18 Jun 2009 12:51:12 +0000 (14:51 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:41 +0000 (15:01 -0400)
We need to clean up the skb before we can copy it, this
is required for proper operation since the socket it is
still attached to could potentially live in a different
network namespace or so.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found