add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknown

elements is more meaningful (will add more with WPA merge)

Obtained from:	madwifi
This commit is contained in:
Sam Leffler 2004-04-02 22:50:31 +00:00
parent 7aa402898f
commit 4bd067c5a1

View file

@ -621,6 +621,8 @@ ieee80211_recv_mgmt(struct ieee80211com *ic, struct mbuf *m0,
break;
case IEEE80211_ELEMID_TIM:
break;
case IEEE80211_ELEMID_IBSSPARMS:
break;
case IEEE80211_ELEMID_XRATES:
xrates = frm;
break;