From: mtaylor Date: Wed, 9 Apr 2008 21:03:43 +0000 (+0000) Subject: Set subtype for re-association requests X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=54a9675cf960c0b26040f8223f24627b1cb96eed;p=madwifi%2F.git Set subtype for re-association requests git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3490 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/net80211/ieee80211_node.c b/net80211/ieee80211_node.c index 488b21f..6573014 100644 --- a/net80211/ieee80211_node.c +++ b/net80211/ieee80211_node.c @@ -654,7 +654,7 @@ ieee80211_sta_join1(struct ieee80211_node *selbs) */ if (canreassoc) { vap->iv_nsparams.newstate = IEEE80211_S_ASSOC; - vap->iv_nsparams.arg = 0; + vap->iv_nsparams.arg = IEEE80211_FC0_SUBTYPE_REASSOC_REQ; IEEE80211_SCHEDULE_TQUEUE(&vap->iv_stajoin1tq); } else { vap->iv_nsparams.newstate = IEEE80211_S_AUTH;