diff options
author | sam <sam@FreeBSD.org> | 2009-04-26 21:13:18 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-04-26 21:13:18 +0000 |
commit | 702857b7a5e6a12b60b282b152bbfcaa939a2a70 (patch) | |
tree | a6da01530706ed3853b13b2c4b7ef14402b95a42 /sys/net80211/ieee80211_output.c | |
parent | cc37518d09efdba46e85f45ff70e4c82824a7817 (diff) | |
download | FreeBSD-src-702857b7a5e6a12b60b282b152bbfcaa939a2a70.zip FreeBSD-src-702857b7a5e6a12b60b282b152bbfcaa939a2a70.tar.gz |
fix comment
Diffstat (limited to 'sys/net80211/ieee80211_output.c')
-rw-r--r-- | sys/net80211/ieee80211_output.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c index a58f484..82d065a 100644 --- a/sys/net80211/ieee80211_output.c +++ b/sys/net80211/ieee80211_output.c @@ -292,9 +292,7 @@ ieee80211_start(struct ifnet *ifp) /* * 802.11 output routine. This is (currently) used only to * connect bpf write calls to the 802.11 layer for injecting - * raw 802.11 frames. Note we locate the ieee80211com from - * the ifnet using a spare field setup at attach time. This - * will go away when the virtual ap support comes in. + * raw 802.11 frames. */ int ieee80211_output(struct ifnet *ifp, struct mbuf *m, |