Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b305dae4 authored by Ben Greear's avatar Ben Greear Committed by John W. Linville
Browse files

mac80211: Fix skb-copy failure debug message.



This particular error isn't about multicast.

Signed-off-by: default avatarBen Greear <greearb@candelatech.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ea67485a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2711,7 +2711,7 @@ static bool ieee80211_prepare_and_rx_handle(struct ieee80211_rx_data *rx,
		if (!skb) {
		if (!skb) {
			if (net_ratelimit())
			if (net_ratelimit())
				wiphy_debug(local->hw.wiphy,
				wiphy_debug(local->hw.wiphy,
					"failed to copy multicast frame for %s\n",
					"failed to copy skb for %s\n",
					sdata->name);
					sdata->name);
			return true;
			return true;
		}
		}