]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove forgotten tcpdump references
authorJouni Malinen <j@w1.fi>
Sat, 22 Feb 2014 08:47:49 +0000 (10:47 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Feb 2014 08:47:49 +0000 (10:47 +0200)
tcpdump has not been used in the test scripts for a while, so no need
to stop it from stop.sh.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/README
tests/hwsim/stop.sh

index aa56ea2855d9b9ee51026217176b11657a91abb9..b55202257e18744fd5fca5697a26d33410a05f3f 100644 (file)
@@ -12,8 +12,8 @@ functionality for that matter) to be tested.
 mac80211_hwsim is loaded with five simulated radios to allow different
 device combinations to be tested. wlantest is used analyze raw packets
 captured through the hwsim0 monitor interface that capture all frames
-sent on all channels. tcpdump is used to store the frames for
-analysis. Three wpa_supplicant processed are used to control three
+sent on all channels. wlantest is used to store the frames for
+analysis. Three wpa_supplicant processes are used to control three
 virtual radios and one hostapd process is used to dynamically control
 the other two virtual radios. hwsim_test is used to verify that data
 connection (both unicast and broadcast) works between two netdevs.
index 959614cdba4c289adf37c690cae669337c7d1669..b73d1dcaacc0f26600892b3c48e95438f1c0b324 100755 (executable)
@@ -14,7 +14,6 @@ for i in `pidof valgrind.bin`; do
     fi
 done
 sudo killall -q wlantest
-sudo killall -q tcpdump
 if grep -q hwsim0 /proc/net/dev; then
     sudo ifconfig hwsim0 down
 fi