Date: Sun, 26 Oct 2008 00:43:11 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_freebsd.h ieee80211_ht.c ieee80211_output.c ieee80211_proto.h Message-ID: <200810260043.m9Q0hPMZ051475@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-10-26 00:43:11 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.h ieee80211_ht.c ieee80211_output.c ieee80211_proto.h Log: SVN rev 184282 on 2008-10-26 00:43:11Z by sam o change ieee80211_mgmt_output to take a raw xmit parameters block so the net80211 layer has complete control over the handling of mgt frames (in particular, the ac, tx rate, and retry count); this also allows us to purge the M_LINK0 flag that was attached to mbufs to mark them as needing encryption for shared key auth o change ieee80211_send_setup to take a tid parameter so it can be used to setup QoS frames Revision Changes Path 1.22 +1 -2 src/sys/net80211/ieee80211_freebsd.h 1.31 +9 -1 src/sys/net80211/ieee80211_ht.c 1.64 +33 -26 src/sys/net80211/ieee80211_output.c 1.32 +2 -1 src/sys/net80211/ieee80211_proto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810260043.m9Q0hPMZ051475>