diff options
author | Linus Lüssing <linus.luessing@c0d3.blue> | 2016-10-17 00:39:33 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-10-17 11:38:01 +0200 |
commit | 4b82a004ec1e89251998bfc30c228b73cfdf6129 (patch) | |
tree | 42b2dadb1a7d371a302d51cdd6c3521e41b425b1 /Documentation/networking | |
parent | f83ace3b1ed4c3032c963f9f1a46985fc797633c (diff) | |
download | linux-4b82a004ec1e89251998bfc30c228b73cfdf6129.tar.bz2 |
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>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/mac80211_hwsim/README | 2 |
1 files changed, 1 insertions, 1 deletions
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: |