cvs commit: src/sys/netproto/802_11 ieee80211_dragonfly.h src/sys/netproto/802_11/wlan ieee80211_output.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat Mar 3 23:59:55 PST 2007
sephe 2007/03/03 23:52:36 PST
DragonFly src repository
Modified files:
sys/netproto/802_11 ieee80211_dragonfly.h
sys/netproto/802_11/wlan ieee80211_output.c
Log:
- Add additional parameter to ieee80211_mgmt_output(). Use this new
parameter instead of protocol specific mbuf flag M_LINK0 to inform
ieee80211_mgmt_output() that the mgmt frame needs encryption.
- Revoke protocol specific mbuf flag M_LINK0
These changes save one protocol specific mbuf flag, which will be used
by TXCB mechanism for mgmt frames in the future.
Revision Changes Path
1.3 +1 -1 src/sys/netproto/802_11/ieee80211_dragonfly.h
1.14 +6 -6 src/sys/netproto/802_11/wlan/ieee80211_output.c
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/ieee80211_dragonfly.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan/ieee80211_output.c.diff?r1=1.13&r2=1.14&f=u
More information about the Commits
mailing list