Re: [PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device
From: Cody Schuffelen <hidden>
Date: 2018-11-26 19:52:43
Also in:
linux-wireless, lkml
From: Cody Schuffelen <hidden>
Date: 2018-11-26 19:52:43
Also in:
linux-wireless, lkml
quoted
+config VIRT_WIFI + bool "Wifi wrapper for ethernet drivers"The built bot complaint is most likely because of this being bool rather than tristate (CFG80211=m, VIRT_WIFI=y, I guess, didn't check), I thought this was because of the wrong reasons and should be back to tristate? I can change it back, let me know. johannes
Right, my mistake. This should be a tristate again, sorry about that. Should I send v5 for this? Cody