Re: net80211: fix discarded input control frame count

2019-10-06 Thread Mike Larkin
On Sun, Oct 06, 2019 at 12:04:49PM +0200, Stefan Sperling wrote: > The net80211 stack currently displays every received control frame > as "discarded input control packet" in netstat(1). > > We do in fact process "power saving poll" and "block ack request" frames. > Such frames should not be counte

Re: net80211: fix discarded input control frame count

2019-10-06 Thread Klemens Nanni
On Sun, Oct 06, 2019 at 12:04:49PM +0200, Stefan Sperling wrote: > The net80211 stack currently displays every received control frame > as "discarded input control packet" in netstat(1). > > We do in fact process "power saving poll" and "block ack request" frames. > Such frames should not be count

net80211: fix discarded input control frame count

2019-10-06 Thread Stefan Sperling
The net80211 stack currently displays every received control frame as "discarded input control packet" in netstat(1). We do in fact process "power saving poll" and "block ack request" frames. Such frames should not be counted as discarded. ok? (diff uses 5 context lines for easier review) diff