Explorar o código

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 <linus.luessing@c0d3.blue>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Linus Lüssing %!s(int64=8) %!d(string=hai) anos
pai
achega
4b82a004ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Documentation/networking/mac80211_hwsim/README

+ 1 - 1
Documentation/networking/mac80211_hwsim/README

@@ -60,7 +60,7 @@ modprobe mac80211_hwsim
 hostapd hostapd.conf
 hostapd hostapd.conf
 
 
 # Run wpa_supplicant (station) for wlan1
 # 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:
 More test cases are available in hostap.git: