diff options
author | sam <sam@FreeBSD.org> | 2009-05-21 23:19:49 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-05-21 23:19:49 +0000 |
commit | 87fab856776b6e89fb296c0ea19bfdf7d128517c (patch) | |
tree | 8133ac9aa0b3e2c8dfe5b5f7d9ae73b25314a271 /sys/modules | |
parent | bb37baaeedaff3e1838e01e90e32fcec4046d8fc (diff) | |
download | FreeBSD-src-87fab856776b6e89fb296c0ea19bfdf7d128517c.zip FreeBSD-src-87fab856776b6e89fb296c0ea19bfdf7d128517c.tar.gz |
update for r192468 (monitor mode changes)
Submitted by: jkim
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/wlan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile index edb2218..bc39c29 100644 --- a/sys/modules/wlan/Makefile +++ b/sys/modules/wlan/Makefile @@ -7,7 +7,7 @@ SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \ ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \ ieee80211_node.c ieee80211_output.c ieee80211_phy.c ieee80211_power.c \ ieee80211_proto.c ieee80211_scan.c ieee80211_scan_sta.c \ - ieee80211_regdomain.c ieee80211_ht.c \ + ieee80211_radiotap.c ieee80211_regdomain.c ieee80211_ht.c \ ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c \ ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h opt_ddb.h \ |