Re: linux-next: build failure after merge of the mac80211-next tree

From: Johannes Berg
Date: Tue Apr 28 2020 - 03:46:47 EST


On Tue, 2020-04-28 at 10:45 +0300, Sergey Matyukevich wrote:
>
> Looks good. But I have a couple of questions:
>
> - why cleanup vif->mgmt_frame_reg in wilc_mac_open ?

Otherwise wilc_update_mgmt_frame_registrations() will think there are no
changes whatsoever, and do nothing.

> - previously wilc_wfi_p2p_rx was called only for PROBE_REQ and ACTION,
> now it will be called for all the other registred frames as well


Huh, good catch. How about this?

https://p.sipsolutions.net/51183f5492f05ea6.txt

johannes