- Add additional parameter to ieee80211_mgmt_output(). Use this new
commitbe80f1b9921c24a36a3fce76fe5ecbdc289ceebd
authorsephe <sephe>
Sun, 4 Mar 2007 07:52:36 +0000 (4 07:52 +0000)
committersephe <sephe>
Sun, 4 Mar 2007 07:52:36 +0000 (4 07:52 +0000)
treeb2ea771f156b5783f98aa3a3ec0366e0fbab7088
parente52cfa2748f18fb1f173e9fe1bd500b5cec02db3
- 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