1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

correct construction of delba action frame; don't shift+mask the initiator

argument

Submitted by:	Marvell
This commit is contained in:
Sam Leffler 2008-07-05 19:56:47 +00:00
parent b89eaf4e9f
commit 4d5ed46093
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180309

View File

@ -1852,7 +1852,7 @@ ieee80211_send_action(struct ieee80211_node *ni,
case IEEE80211_ACTION_BA_DELBA:
/* XXX */
baparamset = SM(args[0], IEEE80211_DELBAPS_TID)
| SM(args[1], IEEE80211_DELBAPS_INIT)
| args[1]
;
ADDSHORT(frm, baparamset);
ADDSHORT(frm, args[2]); /* reason code */