mac80211: fix mesh forwarding when ratelimited too
authorMilton Miller <miltonm@bga.com>
Thu, 30 Dec 2010 08:01:03 +0000 (02:01 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Jan 2011 19:17:23 +0000 (14:17 -0500)
commit919bbad580445801c22ef6ccbe624551fee652bd
treedce1f537c484cd05912eac54c9009024ff98b1cb
parent554d1d027b19265c4aa3f718b3126d2b86e09a08
mac80211: fix mesh forwarding when ratelimited too

Commit b51aff057c9d0ef6c529dc25fd9f775faf7b6c63 said:

    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.

Avoid the reference whenever the frame copy is unsuccessful
regardless of the debug message being suppressed or printed.

Cc: stable@kernel.org [2.6.27+]
Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c