]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: fix mesh forwarding
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Dec 2010 09:15:07 +0000 (10:15 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 7 Jan 2011 21:58:49 +0000 (13:58 -0800)
commit232961026b76e8011d72c44395f699037e758e66
tree527be564d51037a56e908e22e497908586b69d86
parent877f13134bcdaaf376b28713c0dc33436cbae5ea
mac80211: fix mesh forwarding

commit b51aff057c9d0ef6c529dc25fd9f775faf7b6c63 upstream.

Under memory pressure, the mac80211 mesh code
may helpfully print a message that it failed
to clone a mesh frame and then will proceed
to crash trying to use it anyway. Fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/mac80211/rx.c