commit | 90e3012e94be0755a516f60f5339a2a08f4a7d0a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Jun 18 14:51:12 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:41 2009 -0400 |
tree | 0b9cb4ea1da7f9de98bf0abd1e81133d7eeed484 | |
parent | 3bfbe80e4462c22e5dc42a00b2b394e347f4aa09 [diff] |
mac80211_hwsim: clean up the skb before passing it back 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>