diff options
author | Jouni Malinen <j@w1.fi> | 2011-10-29 15:27:10 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-10-29 16:26:07 (GMT) |
commit | 266e2ee3cfd2084fc9ff252f6dcbb87fdf3a3655 (patch) | |
tree | 6d4013237c7d0a131952b0708c1fef40e4334f36 /mac80211_hwsim/hostapd.conf | |
parent | eb32192b72d6a9fa918870c9997e0cc7c9efeb2f (diff) | |
download | hostap-266e2ee3cfd2084fc9ff252f6dcbb87fdf3a3655.zip hostap-266e2ee3cfd2084fc9ff252f6dcbb87fdf3a3655.tar.gz hostap-266e2ee3cfd2084fc9ff252f6dcbb87fdf3a3655.tar.bz2 |
mac80211_hwsim: Remove forgotten files
These live in the Linux kernel tree with mac80211_hwsim.c that was
already removed from hostap.git. The notes and example configuration
files are in Documentation/networking/mac80211_hwsim directory, so
remove the unnecessarily duplicated files from hostap.git.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'mac80211_hwsim/hostapd.conf')
-rw-r--r-- | mac80211_hwsim/hostapd.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mac80211_hwsim/hostapd.conf b/mac80211_hwsim/hostapd.conf deleted file mode 100644 index 08cde7e..0000000 --- a/mac80211_hwsim/hostapd.conf +++ /dev/null @@ -1,11 +0,0 @@ -interface=wlan0 -driver=nl80211 - -hw_mode=g -channel=1 -ssid=mac80211 test - -wpa=2 -wpa_key_mgmt=WPA-PSK -wpa_pairwise=CCMP -wpa_passphrase=12345678 |