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

Commit 48f33c95 authored by Daniel Drake's avatar Daniel Drake Committed by John W. Linville
Browse files

[PATCH] zd1211rw: Remove noisy debug message



This causes a lot of uninteresting output in noisy environments, and
doesn't really serve any purpose.

Signed-off-by: default avatarDaniel Drake <dsd@gentoo.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 22d3405f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1114,8 +1114,6 @@ static void zd_mac_rx(struct zd_mac *mac, struct sk_buff *skb)
	{
		ieee->stats.rx_errors++;
		ieee->stats.rx_length_errors++;
		dev_dbg_f(zd_mac_dev(mac), "Packet with length %u to small.\n",
			 skb->len);
		goto free_skb;
	}