cvs commit: src/sys/net80211 ieee80211_freebsd.h ieee80211_input.c
ieee80211_output.c
Sam Leffler
sam at FreeBSD.org
Wed Jul 6 01:55:18 GMT 2005
sam 2005-07-06 01:55:17 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_freebsd.h ieee80211_input.c
ieee80211_output.c
Log:
Fix handling of data frames queued for a station in power save mode:
don't mark the MORE_DATA bit when taking it off the ps queue, there's
no 802.11 header then; we must wait to do this at encap time so
mark the mbuf instead.
Reviewed by: avatar
Approved by: re (scottl)
Obtained from: Atheros
Revision Changes Path
1.5 +1 -0 src/sys/net80211/ieee80211_freebsd.h
1.58 +4 -6 src/sys/net80211/ieee80211_input.c
1.26 +2 -0 src/sys/net80211/ieee80211_output.c
More information about the cvs-src
mailing list