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

Commit b514fab5 authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by Kalle Valo
Browse files

ath6kl: Support net_stats.multicast



net_stats.multicast is updated with the count of received multicast packets.

kvalo: indentation changes

Signed-off-by: default avatarVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 3d79499c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1593,7 +1593,8 @@ void ath6kl_rx(struct htc_target *target, struct htc_packet *packet)
			/* aggregation code will handle the skb */
			return;
		}
	}
	} else if (!is_broadcast_ether_addr(datap->h_dest))
		vif->net_stats.multicast++;

	ath6kl_deliver_frames_to_nw_stack(vif->ndev, skb);
}