mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-18 18:01:23 +00:00
11 lines
292 B
Diff
11 lines
292 B
Diff
--- a/net/mac80211/rx.c
|
|
+++ b/net/mac80211/rx.c
|
|
@@ -4870,6 +4870,7 @@ ieee80211_rx_handle_decap_offl(struct ie
|
|
|
|
u64_stats_update_begin(&stats->syncp);
|
|
stats->bytes += skb->len;
|
|
+ stats->packets++;
|
|
u64_stats_update_end(&stats->syncp);
|
|
|
|
if (!(status->flag & RX_FLAG_NO_SIGNAL_VAL)) {
|