Re: [PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device

2018-11-26 Thread Cody Schuffelen
> > +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?

Re: [PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device

2018-11-24 Thread Johannes Berg
On Tue, 2018-11-20 at 19:14 -0800, Cody Schuffelen wrote: > > +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 t

Re: [PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device

2018-11-23 Thread kbuild test robot
Hi Cody, Thank you for the patch! Yet something to improve: [auto build test ERROR on mac80211-next/master] url: https://github.com/0day-ci/linux/commits/Cody-Schuffelen/mac80211-next-rtnetlink-wifi-simulation-device/20181124-020949 base: https://git.kernel.org/pub/scm/linux/kernel/git/jbe

[PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device

2018-11-20 Thread Cody Schuffelen
This device takes over an existing network device and produces a new one that appears like a wireless connection, returning enough canned responses to nl80211 to satisfy a standard connection manager. If necessary, it can also be set up one step removed from an existing network device, such as thro