#
# This file is written for testing zwl_ioctl(), to prove WL24xx card
# will not mess up when a thread calling zwl_ioctl().
#
# You must set 192.168.1.254 to your peer site with WL24xx card interface.
# Check if the card hangs up when the shell script is running.
#

#!/bin/sh

# To utilize card as full as possible
ping -f 192.168.1.254 &
ping -f 192.168.1.254 &

# Meanwhile, call zwl_ioctl continuely
while [ 1 ]
do
	ifconfig zwl0 up
done
