mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
mac80211: Fix skb-copy failure debug message.
This particular error isn't about multicast. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
ea67485ae6
commit
b305dae488
@ -2711,7 +2711,7 @@ static bool ieee80211_prepare_and_rx_handle(struct ieee80211_rx_data *rx,
|
||||
if (!skb) {
|
||||
if (net_ratelimit())
|
||||
wiphy_debug(local->hw.wiphy,
|
||||
"failed to copy multicast frame for %s\n",
|
||||
"failed to copy skb for %s\n",
|
||||
sdata->name);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user