From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus =?utf-8?Q?L=C3=BCssing?= Subject: Re: [PATCH] mac80211_hwsim: suggest nl80211 instead of wext driver in documentation Date: Mon, 17 Oct 2016 20:14:57 +0200 Message-ID: <20161017181457.GF6366@otheros> References: <20161016223933.9484-1-linus.luessing@c0d3.blue> <1476697144.19992.16.camel@sipsolutions.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: linux-wireless@vger.kernel.org, Jouni Malinen , "David S . Miller" , Jonathan Corbet , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org To: Johannes Berg Return-path: Content-Disposition: inline In-Reply-To: <1476697144.19992.16.camel@sipsolutions.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Oct 17, 2016 at 11:39:04AM +0200, Johannes Berg wrote: > On Mon, 2016-10-17 at 00:39 +0200, Linus Lüssing wrote: > > For mac80211_hwsim interfaces, suggest to use wpa_supplicant with the > > more modern, netlink based driver instead of wext. > > Makes sense, applied. > > > Actually, I wasn't even able to make a connection with the > > configuration > > files and information provided in > > Documentation/networking/mac80211_hwsim/{README,hostapd.conf/wpa_supp > > licant.conf} > > > This less so, we even have a few test cases we run regularly, but I > don't know. Maybe there's something special in those configuration > files that we don't test for otherwise. I investigated a little further and the problem is probably that I'm running a minimal Linux kernel which was compiled without CONFIG_CFG80211_WEXT :-). Anyways, thanks for applying the patch! Regards, Linus