9e8cda5a46
This program can be used to verify that both unicast and broadcast data frames can be transmitted successfully through mac80211_hwsim interfaces.
11 lines
109 B
Makefile
11 lines
109 B
Makefile
all: hwsim_test
|
|
|
|
ifndef CC
|
|
CC=gcc
|
|
endif
|
|
|
|
ifndef CFLAGS
|
|
CFLAGS = -O2 -Wall -g
|
|
endif
|
|
|
|
hwsim_test: hwsim_test.o
|