- Add additional parameter to ieee80211_mgmt_output(). Use this new
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 4 Mar 2007 07:52:36 +0000 (07:52 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 4 Mar 2007 07:52:36 +0000 (07:52 +0000)
commitcd5d1d24326914369e4c855bb1d970bf7430b0aa
tree171c394c6051c485cab9e44ae29a99997a34e7f3
parente4702126dccb266f8be34b198eda5bdebc8003d3
- 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.
sys/netproto/802_11/ieee80211_dragonfly.h
sys/netproto/802_11/wlan/ieee80211_output.c