Date: Mon, 25 May 2009 16:38:47 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c ieee80211_radiotap.c ieee80211_sta.c ieee80211_wds.c Message-ID: <200905251639.n4PGd4op080758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-05-25 16:38:47 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c ieee80211_radiotap.c ieee80211_sta.c ieee80211_wds.c Log: SVN rev 192765 on 2009-05-25 16:38:47Z by sam Fix handling of devices w/o radiotap support: o do not attach DLT_IEEE802_11_RADIO unless both tx and rx headers are present; this is assumed in the capture code paths o verify the above with asserts in ieee80211_radiotap_{rx,tx} o add missing checks for active taps before calling ieee80211_radiotap_rx Revision Changes Path 1.16 +1 -1 src/sys/net80211/ieee80211_adhoc.c 1.21 +1 -1 src/sys/net80211/ieee80211_hostap.c 1.3 +2 -1 src/sys/net80211/ieee80211_monitor.c 1.2 +8 -6 src/sys/net80211/ieee80211_radiotap.c 1.22 +1 -1 src/sys/net80211/ieee80211_sta.c 1.12 +1 -1 src/sys/net80211/ieee80211_wds.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905251639.n4PGd4op080758>