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

Commit 819cf15e authored by Stewart Malik's avatar Stewart Malik Committed by John W. Linville
Browse files

DRIVER: Libertas: Fixed coding style in rx.c

parent 200763bb
Loading
Loading
Loading
Loading
+25 −25
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ static int process_rxed_802_11_packet(struct lbs_private *priv,
	p_rx_pkt = (struct rx80211packethdr *) skb->data;
	prxpd = &p_rx_pkt->rx_pd;

	// lbs_deb_hex(LBS_DEB_RX, "RX Data: Before chop rxpd", skb->data, min(skb->len, 100));
	/* lbs_deb_hex(LBS_DEB_RX, "RX Data: Before chop rxpd", skb->data, min(skb->len, 100)); */

	if (skb->len < (ETH_HLEN + 8 + sizeof(struct rxpd))) {
		lbs_deb_rx("rx err: frame received with bad length\n");