cvs commit: src/sys/net80211 ieee80211_output.c

2008-07-07 Thread Sam Leffler
sam 2008-07-07 17:24:55 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: SVN rev 180351 on 2008-07-07 17:24:55Z by sam reorder RSN/WPA2 ie in beacon and probe response frames to comply with IEEE802.11-2007 spec Submitted by:

cvs commit: src/sys/net80211 ieee80211_output.c

2007-11-22 Thread Sam Leffler
sam 2007-11-23 06:24:58 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: correct WMM packet classification: o use TID_TO_WME_AC on vlan tag priority o ignore ECN bits in DSCP when mapping IP TOS and use TID_TO_WME_AC MFC after:

cvs commit: src/sys/net80211 ieee80211_output.c

2007-09-18 Thread Sam Leffler
sam 2007-09-18 21:09:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: honor IEEE80211_C_TXFRAG; drivers should never get fragmented packets unless they indicate they're able to handle them Approved by:re (blanket wireless)

cvs commit: src/sys/net80211 ieee80211_output.c

2007-09-18 Thread Sam Leffler
sam 2007-09-18 21:07:42 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: tag mgmt and null data frames w/ a WME priority so drivers can assume only data frames require classification Approved by:re (blanket wireless) Revi

cvs commit: src/sys/net80211 ieee80211_output.c

2007-08-24 Thread Sam Leffler
sam 2007-08-24 15:44:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: drop frames marked for encryption when no key is available Reviewed by:avatar Approved by:re (kensmith) Obtained from: madwifi Revision Chan

cvs commit: src/sys/net80211 ieee80211_output.c

2006-09-02 Thread Sam Leffler
sam 2006-09-02 15:06:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_output.c Log: MFC 1.42: add per-sta ucast/mcast stats Revision ChangesPath 1.26.2.8 +4 -0 src/sys/net80211/ieee80211_output.c

cvs commit: src/sys/net80211 ieee80211_output.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 05:37:49 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: add per-sta ucast/mcast stats MFC after: 1 week Revision ChangesPath 1.42 +4 -0 src/sys/net80211/ieee80211_output.c

cvs commit: src/sys/net80211 ieee80211_output.c

2006-03-23 Thread Sam Leffler
sam 2006-03-23 23:28:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_output.c Log: MFC 1.40: when doing s/w crypto make sure work is done w/ a writable mbuf chain; this corrects problems with drivers that rely on th

cvs commit: src/sys/net80211 ieee80211_output.c

2006-03-15 Thread Sam Leffler
sam 2006-03-15 21:27:08 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: when doing s/w crypto make sure work is done w/ a writable mbuf chain; this corrects problems with drivers that rely on the host to do crypto (iwi, ipw, ral, ur

cvs commit: src/sys/net80211 ieee80211_output.c

2006-03-11 Thread Sam Leffler
sam 2006-03-11 19:30:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_output.c Log: MFC 1.39: consolidate calculation of capabilities ie Approved by:re (scottl) Revision ChangesPath 1.26.2.6 +34 -47

cvs commit: src/sys/net80211 ieee80211_output.c

2006-02-24 Thread Sam Leffler
sam 2006-02-25 05:36:44 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: consolidate calculation of capabilities ie Reviewed by:avatar MFC after: 2 weeks Revision ChangesPath 1.39 +34 -47src/sys/net80

cvs commit: src/sys/net80211 ieee80211_output.c

2006-02-14 Thread Sam Leffler
sam 2006-02-15 03:21:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_output.c Log: MFC 1.38: set the mgt frame tx timer before dispatching the frame to the driver Approved by:re (scottl) Revision Changes

cvs commit: src/sys/net80211 ieee80211_output.c

2006-02-08 Thread Sam Leffler
sam 2006-02-08 17:30:31 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: set the mgt frame tx timer before dispatching the frame to the driver; this closes a race where a response could be processed before the timer was started and c

cvs commit: src/sys/net80211 ieee80211_output.c

2005-12-22 Thread Sam Leffler
sam 2005-12-22 19:08:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_output.c Log: MFC 1.36: correct handling of dtim for periods > 1 Revision ChangesPath 1.26.2.3 +1 -1 src/sys/net80211/ieee80211_output

cvs commit: src/sys/net80211 ieee80211_output.c

2005-12-05 Thread Sam Leffler
sam 2005-12-05 22:14:13 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: correct handling of dtim for periods > 1 Obtained from: madwifi Revision ChangesPath 1.36 +1 -1 src/sys/net80211/ieee80211_output.c