X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fmac80211%2Fsta_info.c;h=403e3cc58b573dc511c8ba399ddefdc7e8e24ba0;hb=1132d5e7b64445b3fa3cb982e6723e33318f7655;hp=7cdf7a835bb01e8fade3b9d9bb6efaa19158f72b;hpb=60319130254084b337e02439d3b4ec301b6328bb;p=karo-tx-linux.git diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 7cdf7a835bb0..403e3cc58b57 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -2155,7 +2155,7 @@ void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo) struct ieee80211_sta_rx_stats *cpurxs; cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); - sinfo->rx_packets += cpurxs->dropped; + sinfo->rx_dropped_misc += cpurxs->dropped; } }