Re: [ovs-dev] [PATCH v3] netlink: ignore IFLA_WIRELESS events

2021-03-04 Thread 0-day Robot
Bleep bloop. Greetings Michal Kazior, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 80 characters long (recommended limit is 79) #158 FILE: lib/rtnetlink.h:49:

[ovs-dev] [PATCH v3] netlink: ignore IFLA_WIRELESS events

2021-03-04 Thread Michal Kazior
From: Michal Kazior Some older wireless drivers - ones relying on the old and long deprecated wireless extension ioctl system - can generate quite a bit of IFLA_WIRELESS events depending on their configuration and runtime conditions. These are delivered as RTNLGRP_LINK via RTM_NEWLINK messages.