From: mtaylor Date: Thu, 22 Nov 2007 03:36:48 +0000 (+0000) Subject: Allow WDS nodes with cloned BSSID X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=aa7fddfba75299239591faba1908934eee001cde;p=madwifi%2F.git Allow WDS nodes with cloned BSSID git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2920 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/ath/if_ath.c b/ath/if_ath.c index 5961dd2..bb08fa3 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -1291,8 +1291,7 @@ ath_vap_create(struct ieee80211com *ic, const char *name, /* Use RadioTAP interface type for monitor mode. */ dev->type = ARPHRD_IEEE80211_RADIOTAP; - if ((flags & IEEE80211_CLONE_BSSID) && - opmode != IEEE80211_M_WDS && sc->sc_hasbmask) { + if ((flags & IEEE80211_CLONE_BSSID) && sc->sc_hasbmask) { struct ieee80211vap *v; unsigned int id_mask, id;