Fix a typo in ifdef mesh support. This would make mesh unworkable if

TDMA support was compiled out.

Approved by:	re (kib)
This commit is contained in:
Rui Paulo 2009-08-17 12:57:57 +00:00
parent 9c1a8ce494
commit fbe007da74

View File

@ -524,7 +524,7 @@ ieee80211_parse_beacon(struct ieee80211_node *ni, struct mbuf *m,
case IEEE80211_ELEMID_HTINFO:
scan->htinfo = frm;
break;
#ifdef IEEE80211_SUPPORT_TDMA
#ifdef IEEE80211_SUPPORT_MESH
case IEEE80211_ELEMID_MESHID:
scan->meshid = frm;
break;