From: Linus Lüssing Date: Sun, 16 Oct 2016 22:39:33 +0000 (+0200) Subject: mac80211_hwsim: suggest nl80211 instead of wext driver in documentation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4b82a004ec1e89251998bfc30c228b73cfdf6129;p=openwrt%2Fstaging%2Fblogic.git mac80211_hwsim: suggest nl80211 instead of wext driver in documentation For mac80211_hwsim interfaces, suggest to use wpa_supplicant with the more modern, netlink based driver instead of wext. Signed-off-by: Linus Lüssing Signed-off-by: Johannes Berg --- diff --git a/Documentation/networking/mac80211_hwsim/README b/Documentation/networking/mac80211_hwsim/README index 24ac91d56698..3566a725d19c 100644 --- a/Documentation/networking/mac80211_hwsim/README +++ b/Documentation/networking/mac80211_hwsim/README @@ -60,7 +60,7 @@ modprobe mac80211_hwsim hostapd hostapd.conf # Run wpa_supplicant (station) for wlan1 -wpa_supplicant -Dwext -iwlan1 -c wpa_supplicant.conf +wpa_supplicant -Dnl80211 -iwlan1 -c wpa_supplicant.conf More test cases are available in hostap.git: