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

Commit 81e38636 authored by Larry Finger's avatar Larry Finger
Browse files

staging: rtl8192e: Remove extraneous log message



The driver logs all DHCP transactions and thus spams the logs.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent e829d65e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -639,8 +639,6 @@ int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
					struct udphdr *udp = (struct udphdr *)((u8 *)ip + (ip->ihl << 2));
					if (((((u8 *)udp)[1] == 68) && (((u8 *)udp)[3] == 67)) ||
					    ((((u8 *)udp)[1] == 67) && (((u8 *)udp)[3] == 68))) {
						printk("DHCP pkt src port:%d, dest port:%d!!\n", ((u8 *)udp)[1],((u8 *)udp)[3]);

						bdhcp = true;
						ieee->LPSDelayCnt = 200;
					}